UNPKG

373 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.parse = void 0;
4var tslib_1 = require("tslib");
5tslib_1.__exportStar(require("./src/types"), exports);
6function parse() {
7 throw new Error("You're trying to format an uncompiled message with react-intl without parser, please import from 'react-int' instead");
8}
9exports.parse = parse;