mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
+ fixed mistaken type definition description
This commit is contained in:
Vendored
+3
-3
@@ -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