UNPKG

react-kiwi-dropdown

Version:

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

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