UNPKG

@js-sugar/date

Version:

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

11 lines (10 loc) 217 B
/** * @internal * @module */ export * from './fixed-zone'; export * from './iana-zone'; export * from './local-zone'; export * from './runtime-iana-zone'; export * from './zone'; export * from './zones';