blob: 6e5f9f164234ed5d7a828708ce715ae845d98272 [file] [log] [blame]
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;