4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
declare function extendOwn(destination: any, ...sources: any[]): any;
|
|
|
|
export = extendOwn;
|