UNPKG

messageformat

Version:

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

7 lines (6 loc) 194 B
import type * as CST from './types.ts'; /** * Stringify a message CST. * Does not perform any error checking or validation. */ export declare function stringifyCST(cst: CST.Message): string;