@intlayer/core
Version:
Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.
9 lines • 383 B
JavaScript
export * from "./dictionaryManipulator/index.mjs";
export * from "./interpreter/index.mjs";
export * from "./localization/index.mjs";
export * from "./transpiler/index.mjs";
export * from "./types/index.mjs";
export * from "./utils/checkIsURLAbsolute.mjs";
export * from "./utils/isSameKeyPath.mjs";
export * from "./utils/isValidReactElement.mjs";
//# sourceMappingURL=index.mjs.map