UNPKG

chronos-ts

Version:

A comprehensive TypeScript package for handling time periods, intervals, and date-related operations.

5 lines (4 loc) 140 B
export { Period } from './period'; export { Precision } from './precision'; export { Interval } from './interval'; export * from './utils';