UNPKG

@formatjs/intl-locale

Version:
13 lines (12 loc) 361 B
"use strict"; 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, }); }