Updated 6 months ago

@stdlib/utils-async-some-by-right • Rank 4.5 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-any-by-right • Rank 4.5 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-some-by • Rank 4.1 • Science 44%

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-any-by • Rank 4.0 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/iter-any-by • Rank 3.3 • Science 44%

Test whether at least one iterated value passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-some-by • Rank 3.1 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-any-by-right • Rank 2.6 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-any-by • Rank 2.6 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/iter-some-by • Rank 2.6 • Science 44%

Test whether at least `n` iterated values pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-some • Rank 1.8 • Science 44%

Test whether a collection contains at least `n` elements which are truthy.

Updated 6 months ago

@stdlib/utils-some-by-right • Rank 1.8 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

iter-any • Rank 0.7 • Science 44%

Test whether at least one iterated value is truthy.

Updated 6 months ago

object-some-in-by • Science 44%

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-some-own-by • Science 44%

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

Updated 6 months ago

array-base-assert-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 6 months ago

iter-cuany-by • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-any • Science 44%

Test whether at least one element in an array is truthy.

Updated 6 months ago

@stdlib/utils-any-own-by • Science 44%

Test whether whether any 'own' property of a provided object satisfies a predicate function.

Updated 6 months ago

@stdlib/array-base-any-by-right • Science 44%

Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.

Updated 6 months ago

array-base-assert-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 6 months ago

array-base-any-is-entry-in • Science 44%

Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

Updated 6 months ago

array-base-cuany-by-right • Science 44%

Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 6 months ago

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 6 months ago

utils-some-in-by • Science 44%

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

Updated 6 months ago

array-base-any-has-own-property • Science 44%

Test whether at least one element in a provided array has a specified own property.

Updated 6 months ago

@stdlib/iter-cuany • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value is truthy.

Updated 6 months ago

@stdlib/array-base-any-by • Science 44%

Test whether at least one element in an array passes a test implemented by a predicate function.

Updated 6 months ago

array-base-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 6 months ago

iter-cusome-by • Science 44%

Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.