Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c49e4c9

Browse files
committedAug 24, 2018
Correctly export debugger interface
1 parent e983bcf commit c49e4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* tslint:disable:no-console */
2-
interface IDebugger {
2+
export interface IDebugger {
33
(formatter: any, ...args: any[]): void;
44
enabled: boolean;
55
log: Function;

0 commit comments

Comments
 (0)
Please sign in to comment.