UNPKG

messageformat

Version:

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

7 lines (6 loc) 280 B
export declare function parseNameValue(source: string, start: number): { value: string; end: number; } | null; export declare function isValidUnquotedLiteral(str: string): boolean; export declare const parseUnquotedLiteralValue: (source: string, start: number) => string;