UNPKG

510 BTypeScriptView Raw
1declare const _default: {
2 success: (...messages: string[]) => void;
3 info: (...messages: string[]) => void;
4 warn: (...messages: string[]) => void;
5 error: (...messages: string[]) => void;
6 debug: (...messages: string[]) => void;
7 log: (...messages: string[]) => void;
8 setVerbose: (level: boolean) => void;
9 isVerbose: () => boolean;
10 hasDebugMessages: () => boolean;
11 disable: () => void;
12 enable: () => void;
13};
14export default _default;
15//# sourceMappingURL=logger.d.ts.map
\No newline at end of file