From 73d4a4660b3cf57cacb22629f1c6260273f6ebad Mon Sep 17 00:00:00 2001 From: hansrwindhoff Date: Tue, 22 Sep 2015 22:02:13 -0600 Subject: [PATCH] Update node.d.ts --- node/node.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/node/node.d.ts b/node/node.d.ts index 7498e401f..2dfa0fc2b 100644 --- a/node/node.d.ts +++ b/node/node.d.ts @@ -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" {