mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Cleanup _.some docs. [ci skip]
This commit is contained in:
@@ -6408,9 +6408,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if `predicate` returns truthy for **any** element of `collection`.
|
* Checks if `predicate` returns truthy for **any** element of `collection`.
|
||||||
* The function returns as soon as it finds a passing value and doesn't iterate
|
* Iteration is stopped once `predicate` returns truthy. The predicate is
|
||||||
* over the entire collection. The predicate is invoked with three arguments:
|
* invoked with three arguments: (value, index|key, collection).
|
||||||
* (value, index|key, collection).
|
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user