UNPKG

messageformat

Version:

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

4 lines (3 loc) 183 B
import type { ParseContext } from './parse-cst.ts'; import type * as CST from './types.ts'; export declare function parseExpression(ctx: ParseContext, start: number): CST.Expression;