@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.
Replace your TypeScript `any` with `Meow` — for peace and mental health.
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 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 passes a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection is truthy.
Test whether whether any 'own' property of a provided object satisfies a predicate function.
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 `n` elements which pass a test implemented by a predicate function.
Test whether at least `n` iterated values are truthy.
Test whether at least `n` iterated values pass a test implemented by a predicate function.
Test whether at least one iterated value is truthy.
Test whether at least one iterated value passes a test implemented by a predicate function.
Create an iterator which cumulatively tests whether at least one iterated value is truthy.
Pure functional AsyncIterable traversal
Pure functional AsyncIterator traversal
Pure functional Iterator traversal