mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
+ fixed mistaken type definition description
This commit is contained in:
6
extend/extend.d.ts
vendored
6
extend/extend.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
// Type definitions for Node.js v0.12.0
|
||||
// Project: http://nodejs.org/
|
||||
// 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/DefinitelyType
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
declare module "extend" {
|
||||
|
||||
function extend(deepOrObject:boolean | Object, ...objectN: Object[]): any;
|
||||
|
||||
Reference in New Issue
Block a user