UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

15 lines (12 loc) 331 B
'use strict'; var getPolyfill = require('./polyfill'); var define = require('define-properties'); module.exports = function shimEntries() { var polyfill = getPolyfill(); define(Object, { fromEntries: polyfill }, { fromEntries: function testEntries() { return Object.fromEntries !== polyfill; } }); return polyfill; };