UNPKG

messageformat

Version:

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

11 lines (10 loc) 150 B
/** * The CST root is always a {@link CST.Message}. * * ```ts * import type { CST } from 'messageformat/cst'; * ``` * * @module */ export {};