UNPKG

@formatjs/intl-listformat

Version:

Formats JS list in a i18n-safe way

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