UNPKG

iking-utils-test

Version:

金合前端工具库(1.2.9版本之后需要注册KEY)

5 lines (4 loc) 277 B
export declare const log: (msg: string, color?: string) => void; export declare const logInfo: (msg: string, color?: string) => void; export declare const logWarn: (msg: string, color?: string) => void; export declare const logError: (msg: string, color?: string) => void;