Updated 6 months ago

@stdlib/assert-tools-array-function • Rank 20.7 • Science 44%

Return a function which tests if every element in an array passes a test condition.

Updated 6 months ago

@stdlib/assert-tools-array-like-function • Rank 11.6 • Science 44%

Return a function which tests if every element in an array-like object passes a test condition.

Updated 6 months ago

assert-napi-status-ok • Rank 9.3 • Science 44%

C utilities for asserting that a Node-API call returns an "ok" status.

Updated 6 months ago

@stdlib/assert-napi-is-type • Rank 9.3 • Science 44%

Assert that a Node-API value is a specified Node-API data type.

Updated 6 months ago

@stdlib/ndarray-base-assert-is-allowed-data-type-cast • Rank 7.7 • Science 44%

Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.

Updated 6 months ago

@stdlib/ndarray-base-assert-is-same-kind-data-type-cast • Rank 6.9 • Science 44%

Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.

Updated 6 months ago

@stdlib/array-base-every-by • Rank 5.9 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/assert-is-ascii • Rank 5.6 • Science 44%

Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.

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/array-base-assert-is-mostly-safe-data-type-cast • Rank 4.1 • Science 44%

Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.

Updated 6 months ago

@stdlib/assert-tools-typed-array-function • Rank 4.0 • Science 44%

Return a function which tests if every element in a typed array passes a test condition.

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/utils-async-every-by • Rank 3.6 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-async-none-by • Rank 3.3 • Science 44%

Test whether all elements in a collection fail 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-none-by • Rank 2.8 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/iter-every-by • Rank 2.8 • Science 44%

Test whether every iterated value passes a test implemented by a predicate function.

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/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/array-base-every-by-right • Rank 2.6 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

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

Test whether every iterated value fails 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-none-by-right • Rank 2.1 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

utils-every-by-right • Rank 1.9 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

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

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

Test whether at least one property in an object passes a test implemented by a predicate function.

Updated 6 months ago

iter-any • Rank 0.7 • Science 44%

Test whether at least one iterated value is truthy.

Updated 6 months ago

array-base-cusome-by-right • Rank 0.0 • Science 44%

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.