@stdlib/utils-async-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-some-by
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
@stdlib/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
@stdlib/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
@stdlib/utils-some-by
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
@stdlib/utils-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
@stdlib/utils-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
utils-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-some
Test whether a collection contains at least `n` elements which are truthy.
utils-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
object-every-in-by
Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.
array-base-cunone-by-right
Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
object-every-own-by
Explore the `object-every-own-by` library for efficient property retrieval in JavaScript objects. Ideal for numerical computation in Node.js and browsers. 🚀🌐
array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
extra-sorted-array
A sorted array is a collection of values, arranged in an order.
iter-cusome-by
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
utils-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.