extendOwn.d.ts 91 B

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