UNPKG

@formatjs/intl-enumerator

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