@formatjs/intl-locale
Version:
Intl.Locale polyfill
13 lines (12 loc) • 361 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var _1 = require("./");
var should_polyfill_1 = require("./should-polyfill");
if ((0, should_polyfill_1.shouldPolyfill)()) {
Object.defineProperty(Intl, 'Locale', {
value: _1.Locale,
writable: true,
enumerable: false,
configurable: true,
});
}
;