mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
352 B
TypeScript
10 lines
352 B
TypeScript
// Type definitions for extend v2.0.0
|
|
// Project: https://www.npmjs.com/package/extend
|
|
// Definitions by: Stefan Steinhart <https://github.com/reppners>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
declare function extend(deepOrObject: boolean | Object, ...objectN: Object[]): any;
|
|
declare namespace extend { }
|
|
export = extend;
|