Merge pull request #5964 from hansrwindhoff/master

Update node.d.ts
This commit is contained in:
Horiuchi_H
2015-09-25 17:44:44 +09:00
+1
View File
@@ -1772,6 +1772,7 @@ declare module "util" {
export function isDate(object: any): boolean;
export function isError(object: any): boolean;
export function inherits(constructor: any, superConstructor: any): void;
export function debuglog(key:string): (msg:string,...param: any[])=>void;
}
declare module "assert" {