UNPKG

@intlayer/core

Version:

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

9 lines 223 B
import { formatNodeType, NodeType } from "../../types/index.mjs"; const enumeration = (content) => formatNodeType(NodeType.Enumeration, content); export { enumeration as enu }; //# sourceMappingURL=enumeration.mjs.map