UNPKG

@formatjs/intl-pluralrules

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