@intlayer/core
Version:
Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.
26 lines • 895 B
JavaScript
import { getHTMLTextDir } from "./getHTMLTextDir.mjs";
import { getLocaleFromPath } from "./getLocaleFromPath.mjs";
import { getLocaleLang } from "./getLocaleLang.mjs";
import { getLocaleName } from "./getLocaleName.mjs";
import { getLocalizedUrl } from "./getLocalizedUrl.mjs";
import { getMultilingualUrls } from "./getMultilingualUrls.mjs";
import { getPathWithoutLocale } from "./getPathWithoutLocale.mjs";
import { localeDetector } from "./localeDetector.mjs";
import { localeList } from "./localeList.mjs";
import { localeFlatMap, localeMap } from "./localeMapper.mjs";
import { localeResolver } from "./localeResolver.mjs";
export {
getHTMLTextDir,
getLocaleFromPath,
getLocaleLang,
getLocaleName,
getLocalizedUrl,
getMultilingualUrls,
getPathWithoutLocale,
localeDetector,
localeFlatMap,
localeList,
localeMap,
localeResolver
};
//# sourceMappingURL=index.mjs.map