Files
pole-book/server/node_modules/@formatjs/icu-messageformat-parser/lib/no-parser.js

6 lines
227 B
JavaScript

export function parse() {
throw new Error("You're trying to format an uncompiled message with react-intl without parser, please import from 'react-intl' instead");
}
export * from './types';
export var _Parser = undefined;