UNPKG

@formatjs/intl-segmenter

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