UNPKG

@formatjs/intl-displaynames

Version:

Polyfill for: https://tc39.es/proposal-intl-displaynames

13 lines (12 loc) 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _1 = require("./"); var should_polyfill_1 = require("./should-polyfill"); if ((0, should_polyfill_1.shouldPolyfill)()) { Object.defineProperty(Intl, 'DisplayNames', { value: _1.DisplayNames, enumerable: false, writable: true, configurable: true, }); }