mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
[debug] fix disable() return type
This commit is contained in:
2
types/debug/index.d.ts
vendored
2
types/debug/index.d.ts
vendored
@@ -16,7 +16,7 @@ declare namespace debug {
|
||||
interface Debug {
|
||||
(namespace: string): Debugger;
|
||||
coerce: (val: any) => any;
|
||||
disable: () => void;
|
||||
disable: () => string;
|
||||
enable: (namespaces: string) => void;
|
||||
enabled: (namespaces: string) => boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user