UNPKG

312 BTypeScriptView Raw
1export declare const error: (err: string | Error) => void;
2export declare const warn: (msg: string) => void;
3export declare const success: (msg: string) => void;
4export declare const info: (msg: string) => void;
5export declare const msg: (msg: string) => void;
6export declare const debug: (msg: string) => void;