@stdlib/utils-async-some-by
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
Found 14 results for array.some
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
Test whether at least one element in an array is truthy.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Cumulatively test whether at least one element in a provided array is truthy.
Test whether at least one element in an array passes a test implemented by a predicate function.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Test whether at least one element in a collection is truthy.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether a collection contains at least `n` elements which are truthy.