UNPKG

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