mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Clarify docs on omitBy predicate params. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
a71c19e1b5
commit
0194169e79
@@ -11659,9 +11659,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The opposite of `_.pickBy`; this method creates an object composed of the
|
* The opposite of `_.pickBy`; this method creates an object composed of
|
||||||
* own and inherited enumerable properties of `object` that `predicate`
|
* the own and inherited enumerable properties of `object` that `predicate`
|
||||||
* doesn't return truthy for.
|
* doesn't return truthy for. The predicate is invoked with two arguments:
|
||||||
|
* (value, key).
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user