UNPKG

react-kiwi-dropdown

Version:

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

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'));