mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Bump to v4.8.0.
This commit is contained in:
4
keyBy.js
4
keyBy.js
@@ -2,8 +2,8 @@ var createAggregator = require('./_createAggregator');
|
||||
|
||||
/**
|
||||
* Creates an object composed of keys generated from the results of running
|
||||
* each element of `collection` through `iteratee`. The corresponding value
|
||||
* of each key is the last element responsible for generating the key. The
|
||||
* each element of `collection` thru `iteratee`. The corresponding value of
|
||||
* each key is the last element responsible for generating the key. The
|
||||
* iteratee is invoked with one argument: (value).
|
||||
*
|
||||
* @static
|
||||
|
||||
Reference in New Issue
Block a user