Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@stdlib/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
@stdlib/array-complex64
Complex64Array.
@stdlib/array-base-assert-is-complex64array
Test if a value is a Complex64Array.
@stdlib/array-zeros
Create a zero-filled array having a specified length.
@stdlib/array-empty
Create an uninitialized array having a specified length.
@stdlib/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
@stdlib/array-full
Create a filled array having a specified length.
@stdlib/array-ones
Create an array filled with ones and having a specified length.
@stdlib/array-base-assert-is-complex-typed-array
Test if a value is a complex typed array.
@stdlib/array-typed
Create a typed array.
@stdlib/assert-is-complex64array
Test if a value is a Complex64Array.
@stdlib/array-nans
Create an array filled with NaNs and having a specified length.
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
@stdlib/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
@stdlib/array-pool
Typed array pool.
@stdlib/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
@stdlib/array-full-like
Create a filled array having the same length and data type as a provided array.
@stdlib/array-typed-complex
Create a complex number typed array.
@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
@stdlib/array-empty-like
Create an uninitialized array having the same length and data type as a provided array.