We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e983bcf commit c49e4c9Copy full SHA for c49e4c9
src/logger.ts
@@ -1,5 +1,5 @@
1
/* tslint:disable:no-console */
2
-interface IDebugger {
+export interface IDebugger {
3
(formatter: any, ...args: any[]): void;
4
enabled: boolean;
5
log: Function;
0 commit comments