UNPKG

348 BTypeScriptView Raw
1import debug from 'debug';
2export interface Debugger extends debug.IDebugger {
3 (message: string, ...args: unknown[]): void;
4 disable(): void;
5 enable(): void;
6 invariant(condition: boolean, message: string, pass: string, fail: string): void;
7 verbose(message: string, ...args: unknown[]): void;
8}
9//# sourceMappingURL=types.d.ts.map
\No newline at end of file