UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

12 lines (9 loc) 361 B
'use strict'; require('../../modules/es.weak-map'); require('../../modules/esnext.weak-map.from'); var path = require('../../internals/path'); var WeakMap = path.WeakMap; var weakMapFrom = WeakMap.from; module.exports = function from(source, mapFn, thisArg) { return weakMapFrom.call(typeof this === 'function' ? this : WeakMap, source, mapFn, thisArg); };