UNPKG

@intlayer/core

Version:

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

9 lines 216 B
import { formatNodeType, NodeType } from "../../types/index.mjs"; const condition = (content) => formatNodeType(NodeType.Condition, content); export { condition as cond }; //# sourceMappingURL=condition.mjs.map