UNPKG

dtsgenerator

Version:

TypeScript d.ts file generator for JSON Schema file

5 lines (4 loc) 268 B
export declare function get(obj: any, path: string[], isCreateOnNotExists?: boolean): any; export declare function set(obj: any, path: string[], value: any): void; export declare function parse(s: string): string[]; export declare function tilde(key: string): string;