UNPKG

473 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 disable: () => void;
11 enable: () => void;
12};
13export default _default;
14//# sourceMappingURL=logger.d.ts.map
\No newline at end of file