UNPKG

atomic-fns

Version:

Like Lodash, but for ESNext and with types. Stop shipping code built for browsers from 2015.

9 lines (8 loc) 235 B
/** * This module includes functions and classes to handle internationalization of dates and currencies. * * @module i18n */ export * from './currency.js'; export * from './date/index.js'; export { Duration } from './duration.js';