UNPKG

intl-messageformat-parser

Version:

Parses ICU Message strings into an AST via JavaScript.

5 lines (4 loc) 198 B
export * from './src/types'; export function parse() { throw new Error("You're trying to format an uncompiled message with react-intl without parser, please import from 'react-int' instead"); }