jialh
2025-01-07 bb59b053247ef82969b64979260e2478bd732e1f
1
2
3
export { formatErrMsg, formatInfoMsg, formatWarnMsg } from './format';
declare type LogType = 'error' | 'warn' | 'info' | 'log';
export declare function output(type: LogType, msg: string): void;