Interface: DependencyOptions
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
isPresent? | (resolved: any) => boolean | overrides the default check for a present value. Default (resolved) => resolved !== undefined | - |
separator? | string | false | overrides the default . hierarchy separator. Set to false to treat the key as a literal value. Default '.' | HierarchySeparatorOptions.separator |