mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37: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`.
|
||||
* The function returns as soon as it finds a passing value and doesn't iterate
|
||||
* over the entire collection. The predicate is invoked with three arguments:
|
||||
* (value, index|key, collection).
|
||||
* Iteration is stopped once `predicate` returns truthy. The predicate is
|
||||
* invoked with three arguments: (value, index|key, collection).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user