UNPKG

opniz-server

Version:
11 lines 544 B
import dayjs from "dayjs"; import chalk from "chalk"; export { dayjs, chalk }; export declare const getDateStr: () => string; export declare const log: (...v: any[]) => void; export declare const sleep: (ms: number) => Promise<void>; export declare const wait: (ms: number) => Promise<void>; export declare const zeroPadding: (value: string, length: number) => string; export declare const generateRandomColorcode: () => string; export declare const generateRandomColorcodeClosure: () => () => any; //# sourceMappingURL=utils.d.ts.map