UNPKG

react-kiwi-dropdown

Version:

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

7 lines (6 loc) 311 B
'use strict'; // `Map` constructor // https://tc39.github.io/ecma262/#sec-map-objects module.exports = require('../internals/collection')('Map', function (get) { return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); }; }, require('../internals/collection-strong'), true);