extend.d.ts 85 B

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