frontend/.pnpm-store/v3/files/0e/03f50402d3b89a10e2404cef36d887bf7934a95099740f92af67a180a4484bf31d49b3d427624fd741212f46868707cf69ff425eb4dc5608263578a396834d-exec

10 lines
374 B
Plaintext
Executable File

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