mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
344 B
TypeScript
9 lines
344 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/borisyankov/DefinitelyTyped
|
|
declare module "extend" {
|
|
|
|
function extend(deepOrObject:boolean | Object, ...objectN: Object[]): any;
|
|
export = extend;
|
|
} |