UNPKG
@formatjs/intl-segmenter
Version:
latest (11.7.12)
11.7.12
11.7.11
11.7.10
11.7.9
11.7.8
11.7.7
11.7.6
11.7.5
11.7.4
11.7.3
11.7.2
11.7.1
11.7.0
11.6.0
11.5.9
11.5.8
11.5.7
11.5.6
11.5.5
11.5.4
11.5.3
11.5.2
11.5.1
11.5.0
11.4.4
11.4.3
11.4.2
11.4.1
11.4.0
11.3.0
11.2.1
11.2.0
Polyfill for Intl.Segmenter
github.com/formatjs/formatjs
formatjs/formatjs
@formatjs/intl-segmenter
/
should-polyfill.js
7 lines
(6 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
shouldPolyfill
= shouldPolyfill;
function
shouldPolyfill
(
) {
return
!
Intl
.
Segmenter
; }