UNPKG

messageformat

Version:

Intl.MessageFormat / Unicode MessageFormat 2 parser, runtime and polyfill

9 lines (8 loc) 279 B
/** * Tools for working with a concrete syntax tree ({@link CST}) representation of MF2 messages. * * @module */ export { parseCST } from "./parse-cst.js"; export { stringifyCST } from "./stringify-cst.js"; export { cstKey, messageFromCST } from "../data-model/from-cst.js";