UNPKG

@formatjs/intl-listformat

Version:

Formats JS list in a i18n-safe way

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