UNPKG

react-kiwi-dropdown

Version:

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

10 lines (8 loc) 343 B
'use strict'; require('../../modules/es.map'); require('../../modules/esnext.map.group-by'); var Map = require('../../internals/path').Map; var mapGroupBy = Map.groupBy; module.exports = function groupBy(source, iterable, keyDerivative) { return mapGroupBy.call(typeof this === 'function' ? this : Map, source, iterable, keyDerivative); };