react-intl-polyfill
Version:
React component that add window.Intl support before rendering if the browser doesn't have it
13 lines (9 loc) • 521 B
JavaScript
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
function unwrapExports (x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x.default : x;
}
function createCommonjsModule(fn, module) {
return module = { exports: {} }, fn(module, module.exports), module.exports;
}
export { createCommonjsModule as a, unwrapExports as b, commonjsGlobal as c };
//# sourceMappingURL=chunk-7b6dff8b.js.map