UNPKG

@formatjs/intl-pluralrules

Version:
13 lines (12 loc) 371 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, 'PluralRules', { value: _1.PluralRules, writable: true, enumerable: false, configurable: true, }); }