rittenhop-ghost/versions/5.94.2/node_modules/intl-messageformat/index.js

9 lines
361 B
JavaScript
Raw Normal View History

'use strict';
var IntlMessageFormat = require('./dist').default;
// Re-export `IntlMessageFormat` as the CommonJS default exports with all the
// locale data registered, and with English set as the default locale. Define
// the `default` prop for use with other compiled ES6 Modules.
exports = module.exports = IntlMessageFormat;
exports['default'] = exports;