UNPKG

react-kiwi-dropdown

Version:

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

12 lines (9 loc) 236 B
'use strict'; var util = require('util'); var implementation = require('./implementation'); module.exports = function getPolyfill() { if (typeof util.promisify === 'function') { return util.promisify; } return implementation; };