mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Bump to v4.8.0.
This commit is contained in:
@@ -2,8 +2,8 @@ import baseForOwn from './_baseForOwn';
|
||||
import baseIteratee from './_baseIteratee';
|
||||
|
||||
/**
|
||||
* Creates an object with the same keys as `object` and values generated by
|
||||
* running each own enumerable string keyed property of `object` through
|
||||
* Creates an object with the same keys as `object` and values generated
|
||||
* by running each own enumerable string keyed property of `object` thru
|
||||
* `iteratee`. The iteratee is invoked with three arguments:
|
||||
* (value, key, object).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user