UNPKG

131 BTypeScriptView Raw
1export declare function del(obj: any, path?: any): any;
2export declare function get(obj: any, path: any, defaultValue?: any): any;