UNPKG

@js-sugar/date

Version:

A multi-calendar, tree-shakable, extensible, immutable and lightweight date library for JavaScript

11 lines (10 loc) 203 B
/** * @internal * @module */ export * from './common'; export * from './calendar'; export * from './date-time'; export * from './duration'; export * from './locale'; export * from './zone';