UNPKG

@formatjs/intl-segmenter

Version:
7 lines (6 loc) 176 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shouldPolyfill = shouldPolyfill; function shouldPolyfill() { return !Intl.Segmenter; }