UNPKG

beesbuild

Version:

构建工具链

4 lines (3 loc) 178 B
import type { ConfigType } from 'dayjs'; export declare const shortDate: (time: ConfigType, format?: string) => any; export declare function relativeTime(time: ConfigType): any;