@intlayer/core
Version:
Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.
14 lines (13 loc) • 1.07 kB
JavaScript
import { editDictionaryByKeyPath } from "./editDictionaryByKeyPath.mjs";
import { getContentNodeByKeyPath } from "./getContentNodeByKeyPath.mjs";
import { getDefaultNode } from "./getDefaultNode.mjs";
import { getEmptyNode } from "./getEmptyNode.mjs";
import { getNodeChildren } from "./getNodeChildren.mjs";
import { getNodeType } from "./getNodeType.mjs";
import { mergeDictionaries } from "./mergeDictionaries.mjs";
import { orderDictionaries } from "./orderDictionaries.mjs";
import { normalizeDictionaries, normalizeDictionary } from "./normalizeDictionary.mjs";
import { removeContentNodeByKeyPath } from "./removeContentNodeByKeyPath.mjs";
import { renameContentNodeByKeyPath } from "./renameContentNodeByKeyPath.mjs";
import { updateNodeChildren } from "./updateNodeChildren.mjs";
export { editDictionaryByKeyPath, getContentNodeByKeyPath, getDefaultNode, getEmptyNode, getNodeChildren, getNodeType, mergeDictionaries, normalizeDictionaries, normalizeDictionary, orderDictionaries, removeContentNodeByKeyPath, renameContentNodeByKeyPath, updateNodeChildren };