UNPKG

consultant

Version:

Gathers structural and validateable input from command line or interative menu

3 lines (2 loc) 148 B
export declare function pathNotation(sourceObj: any, targetPath: string, defaultValue?: any, delimiter?: string): any; export default pathNotation;