UNPKG

@intlayer/core

Version:

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

9 lines 221 B
import { formatNodeType, NodeType } from "../../types/index.mjs"; const translation = (content) => formatNodeType(NodeType.Translation, content); export { translation as t }; //# sourceMappingURL=translation.mjs.map