defaults.d.ts 77 B

123
  1. declare function defaults(obj: any, ...src: any[]): any;
  2. export = defaults;