Function environmentValueDecoratorFactory
 
- environmentValueDecoratorFactory<T, K>(__namedParameters): PropertyDecorator | MethodDecorator
 
- 
Type Parameters
- 
T extends null | string | number | boolean | Property[] | { 
    [x: string]: Property; 
}
 
- 
K = T
 
Parameters
- 
__namedParameters: { 
    getEnvironmentValueFn: ((path, options) => unknown); 
    options?: Object; 
    path: Path; 
}
- 
getEnvironmentValueFn: ((path, options) => unknown)
- 
- (path, options): unknown
 
- 
Returns unknown
 
 
 
- 
Optional options?: Object
 
- 
 
 
 
Returns PropertyDecorator | MethodDecorator