UNPKG

@ryanuo/utils

Version:

提供多种实用工具函数,涵盖算法、浏览器操作、网络请求等多个领域

10 lines (9 loc) 201 B
/** * 彩色控制台输出 */ export declare const logger: { red: (msg: string) => void; green: (msg: string) => void; yellow: (msg: string) => void; blue: (msg: string) => void; };