mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Merge pull request #34451 from brandonros/patch-1
Update debug declaration to add destroy function
This commit is contained in:
1
types/debug/index.d.ts
vendored
1
types/debug/index.d.ts
vendored
@@ -42,6 +42,7 @@ declare namespace debug {
|
||||
enabled: boolean;
|
||||
log: (...args: any[]) => any;
|
||||
namespace: string;
|
||||
destroy: () => boolean;
|
||||
extend: (namespace: string, delimiter?: string) => Debugger;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user