JSPM

Found 17 results for array.some

@stdlib/utils-async-some-by

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

  • v0.2.3
  • 34.86
  • Published

@stdlib/utils-some

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

  • v0.2.3
  • 34.77
  • Published

@stdlib/utils-some-by

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

  • v0.2.3
  • 33.56
  • Published

@stdlib/utils-async-any-by

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

  • v0.2.3
  • 31.63
  • Published

@stdlib/utils-any-by

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

  • v0.2.3
  • 31.28
  • Published

@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.

  • v0.2.3
  • 30.82
  • Published

@stdlib/utils-async-any-by-right

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

  • v0.2.3
  • 30.80
  • Published

@stdlib/utils-any-by-right

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

  • v0.2.3
  • 30.28
  • Published

@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.

  • v0.2.3
  • 30.00
  • Published

@stdlib/utils-any

Test whether at least one element in a collection is truthy.

  • v0.2.3
  • 28.31
  • Published

@stdlib/array-base-cuany-by-right

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.

  • v0.1.1
  • 24.80
  • Published

@stdlib/array-base-cuany-by

Cumulatively test whether at least one element in a provided array passes a test implemented by a predicate function.

  • v0.1.1
  • 23.39
  • Published

@stdlib/array-base-cusome-by-right

Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.

  • v0.1.1
  • 23.15
  • Published

@stdlib/array-base-any-by

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

  • v0.2.3
  • 16.42
  • Published

@stdlib/array-base-cuany

Cumulatively test whether at least one element in a provided array is truthy.

  • v0.1.1
  • 16.10
  • Published

@stdlib/array-base-any-by-right

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

  • v0.2.3
  • 16.03
  • Published