UNPKG

chrome-devtools-frontend

Version:
9 lines (7 loc) 361 B
'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;