uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/logs/index.d.ts

5 lines
245 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
export { formatErrMsg, formatInfoMsg, formatWarnMsg } from './format';
type LogType = 'error' | 'warn' | 'info' | 'log';
export declare function resetOutput(type: LogType): void;
export declare function output(type: LogType, msg: string): void;