UNPKG

@intlayer/core

Version:

Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.

11 lines (10 loc) 559 B
import { CachedIntl, bindIntl, getCachedIntl } from "../utils/intl.mjs"; import { compact } from "./compact.mjs"; import { currency } from "./currency.mjs"; import { date, presets } from "./date.mjs"; import { list } from "./list.mjs"; import { number } from "./number.mjs"; import { percentage } from "./percentage.mjs"; import { relativeTime } from "./relativeTime.mjs"; import { units } from "./units.mjs"; export { CachedIntl, CachedIntl as Intl, bindIntl, compact, currency, date, getCachedIntl, list, number, percentage, presets, relativeTime, units };