Skip to content

Commit 03cdc3e

Browse files
committed
Merge pull request DefinitelyTyped#5964 from hansrwindhoff/master
Update node.d.ts
2 parents edb682f + 73d4a46 commit 03cdc3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/node.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,6 +1772,7 @@ declare module "util" {
17721772
export function isDate(object: any): boolean;
17731773
export function isError(object: any): boolean;
17741774
export function inherits(constructor: any, superConstructor: any): void;
1775+
export function debuglog(key:string): (msg:string,...param: any[])=>void;
17751776
}
17761777

17771778
declare module "assert" {

0 commit comments

Comments
 (0)