UNPKG

@tencent-sdk/faas

Version:
6 lines 329 B
import dayjs, { Dayjs, ConfigType } from 'dayjs'; declare const dtz: (date?: ConfigType) => dayjs.Dayjs; declare const TIME_FORMAT = "YYYY-MM-DD HH:mm:ss"; declare function formatDate(date: ConfigType, withTimeout?: boolean): string; export { dayjs, dtz, Dayjs, TIME_FORMAT, formatDate }; //# sourceMappingURL=dayjs.d.ts.map