UNPKG

@intlayer/core

Version:

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

12 lines 239 B
import { formatNodeType, NodeType } from "../../types/index.mjs"; const nesting = (dictionaryKey, path) => formatNodeType(NodeType.Nested, { dictionaryKey, path }); export { nesting as nest }; //# sourceMappingURL=nesting.mjs.map