UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

7 lines (6 loc) 265 B
export { transformTime } from './countdown'; export { getNowBySecond } from './now'; export { isInTimeRange } from './range'; export { dateFormat, timeStampFormat } from './time'; export type { TimeItem } from './countdown'; export type { TimeData } from './type';