react-kiwi-dropdown
Version:
A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.
7 lines (6 loc) • 319 B
JavaScript
;
// `WeakSet` constructor
// https://tc39.github.io/ecma262/#sec-weakset-constructor
require('../internals/collection')('WeakSet', function (get) {
return function WeakSet() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
}, require('../internals/collection-weak'), false, true);