"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseTranslation = void 0; var parse = require('format-message-parse'); /** * Use parser from format-message-parse */ function parseTranslation(pattern) { return parse(pattern); } exports.parseTranslation = parseTranslation;