EASYAIuniappNewUI/node_modules/@dcloudio/uni-cli-shared/dist/logs/index.d.ts
2025-02-08 18:50:38 +08:00

5 lines
245 B
TypeScript

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;