extendOwn.d.ts 91 B

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