UNPKG

@formatjs/intl-pluralrules

Version:
11 lines (10 loc) 276 B
import { PluralRules } from './'; import { shouldPolyfill } from './should-polyfill'; if (shouldPolyfill()) { Object.defineProperty(Intl, 'PluralRules', { value: PluralRules, writable: true, enumerable: false, configurable: true, }); }