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