mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Update _.pickBy docs to include value as an iteratee param. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
6c82ea8fc3
commit
5522e4641d
@@ -11410,7 +11410,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an object composed of the `object` properties `predicate` returns
|
* Creates an object composed of the `object` properties `predicate` returns
|
||||||
* truthy for. The predicate is invoked with one argument: (value).
|
* truthy for. The predicate is invoked with two arguments: (value, key).
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user