@intlayer/core
Version:
Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.
5 lines (4 loc) • 424 B
JavaScript
import { icuToIntlayerFormatter, intlayerToICUFormatter } from "./ICU.mjs";
import { i18nextToIntlayerFormatter, intlayerToI18nextFormatter } from "./i18next.mjs";
import { intlayerToVueI18nFormatter, vueI18nToIntlayerFormatter } from "./vue-i18n.mjs";
export { i18nextToIntlayerFormatter, icuToIntlayerFormatter, intlayerToI18nextFormatter, intlayerToICUFormatter, intlayerToVueI18nFormatter, vueI18nToIntlayerFormatter };