safeDel.d.ts 85 B

123
  1. declare function safeDel(obj: any, path: string | string[]): any;
  2. export = safeDel;