更新
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user