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" {