UNPKG

ptool

Version:

vue项目开发通用工具类封装

20 lines (19 loc) 574 B
/** * @FileName log.ts * @Author Mad Dragon <395548460@qq.com> * @Version V 0.0.1 * @Date 2021/4/13 11:53 * @Title * @Desc **/ declare const _default: { setConsoleLog: (key: string, info: any) => void; setErrorLog: (key: string, info: any) => void; setApiLog: (key: string, info: any) => void; info: (title: string, args: any) => void; error: (title: string, args: any) => void; debug: (title: string, args: any) => void; warn: (title: string, args: any) => void; table: (title: string, args: any) => void; }; export default _default;