Functions
globPathMatcher
- globPathMatcher(matchPathGlob: string): (Anonymous function)
-
Parameters
Returns (Anonymous function)
interpolateJson
- interpolateJson(pathToFileToInterpolate: string, pathToDotEnvFile: string): Promise<object>
-
Parameters
-
pathToFileToInterpolate: string
-
pathToDotEnvFile: string
Returns Promise<object>
interpolateStringLeafNodes
- interpolateStringLeafNodes(obj: object, dict: object): object
-
Parameters
Returns object
mapObj
- mapObj(obj: object, mapper: IMapper): any
matchedLeafInterpolator
- matchedLeafInterpolator(dictionary: object, matches?: IPathMatcher): (Anonymous function)
-
Parameters
-
dictionary: object
-
Default value matches: IPathMatcher = globPathMatcher("**")
Returns (Anonymous function)
stringProcessingTraverser
-
Parameters
-
obj: any
-
-
Default value parentKeys: string[] = []
Returns any