extendDeep.d.ts 93 B

123
  1. declare function extendDeep(destination: any, ...sources: any[]): any;
  2. export = extendDeep;