Socket
Book a DemoInstallSign in
Socket
s

stdlib-bot

npm

Packages

Current Co-maintainers

Former Co-maintainers

4,086 packages

@stdlib/array

Arrays.

@stdlib/array-base

Base (i.e., lower-level) array utilities.

@stdlib/array-base-accessor

Create a minimal array-like object supporting the accessor protocol from another array-like object.

@stdlib/array-base-accessor-getter

Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.

@stdlib/array-base-accessors

Return element accessors for a provided array-like object.

@stdlib/array-base-accessor-setter

Return an accessor function for setting an element in an array-like object supporting the get/set protocol.

@stdlib/array-base-any

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

@stdlib/array-base-any-by

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

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

@stdlib/array-base-arraylike2object

Convert an array-like object to an object likely to have the same "shape".

@stdlib/array-base-assert

Base array assertion utilities.

@stdlib/array-base-assert-contains

Test if an array contains a provided search value.

@stdlib/array-base-assert-has-same-values

Test if two arrays have the same values.

@stdlib/array-base-assert-is-accessor-array

Test if an array-like object supports the accessor (get/set) protocol.

@stdlib/array-base-assert-is-booleanarray

Test if a value is a BooleanArray.

@stdlib/array-base-assert-is-boolean-data-type

Test if an input value is a supported array boolean data type.

@stdlib/array-base-assert-is-complex128array

Test if a value is a Complex128Array.

@stdlib/array-base-assert-is-complex64array

Test if a value is a Complex64Array.

@stdlib/array-base-assert-is-complex-floating-point-data-type

Test if an input value is a supported array complex-valued floating-point data type.

@stdlib/array-base-assert-is-complex-typed-array

Test if a value is a complex typed array.

@stdlib/array-base-assert-is-data-type

Test if an input value is a supported array data type.

@stdlib/array-base-assert-is-floating-point-data-type

Test if an input value is a supported array floating-point data type.

@stdlib/array-base-assert-is-integer-data-type

Test if an input value is a supported array integer data type.

@stdlib/array-base-assert-is-mostly-safe-data-type-cast

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

@stdlib/array-base-assert-is-numeric-data-type

Test if an input value is a supported array numeric data type.