Update node.d.ts

This commit is contained in:
hansrwindhoff
2015-09-22 22:02:13 -06:00
parent 32029fcb4e
commit 73d4a4660b
+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" {