UNPKG

messageformat

Version:

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

7 lines (6 loc) 228 B
import type { ParseContext } from './parse-cst.ts'; import type * as CST from './types.ts'; export declare function parseDeclarations(ctx: ParseContext, start: number): { declarations: CST.Declaration[]; end: number; };