UNPKG

@intlayer/core

Version:

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

10 lines 418 B
export * from "./editDictionaryByKeyPath.mjs"; export * from "./getContentNodeByKeyPath.mjs"; export * from "./getNodeChildren.mjs"; export * from "./removeContentNodeByKeyPath.mjs"; export * from "./renameContentNodeByKeyPath.mjs"; export * from "./getNodeType.mjs"; export * from "./updateNodeChildren.mjs"; export * from "./getDefaultNode.mjs"; export * from "./getEmptyNode.mjs"; //# sourceMappingURL=index.mjs.map