mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update node.d.ts
This commit is contained in:
Vendored
+1
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user