@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.
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 an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.
Tests whether every own property of an object fails a test implemented by a predicate function.
Test whether all elements in a collection are falsy.
Test whether all elements in a collection fail a test implemented by a predicate function.
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Test whether every property in an object fails a test implemented by a predicate function.
Cumulatively test whether every element in a provided array is truthy.
Cumulatively test whether every element in a provided array is falsy.
Test whether all elements in an array are truthy.
Test whether all elements in an array pass a test implemented by a predicate function.
Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.
Test whether all elements in an array are falsy.
Test whether all elements in an array fail a test implemented by a predicate function.
Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.
Test if a value is an array-like object where every element is between two values.
Test whether all elements in a collection are truthy.
Test whether all elements in a collection pass a test implemented by a predicate function.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.