chrome-devtools-frontend
Version:
Chrome DevTools UI
9 lines (7 loc) • 361 B
JavaScript
;
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;