Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
buffer-alloc
A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.
@stdlib/array-base-zeros
Create a zero-filled generic array.
@stdlib/array-base-filled
Create a filled generic array.
@stdlib/array-base-filled-by
Create a filled generic array according to a provided callback function.
@stdlib/buffer-alloc-unsafe
Allocate a buffer having a specified number of bytes.
@evan/wasm
set of wasm modules
@hazae41/binary
Zero-copy binary data types
7daystodie-api-wrapper
Interact with a 7DTD web API from Allocs Fixes
@hazae41/bytes
Utilities to deal with Uint8Array
@stdlib/array-base-ones
Create a generic array filled with ones.
@stdlib/array-base-filled2d
Create a filled two-dimensional nested array.
@stdlib/array-base-filled4d-by
Create a filled four-dimensional nested array according to a provided callback function.
@hazae41/cursor
Rust-like Cursor for TypeScript
@array-like/alloc
ArrayLike allocation helper functions for JavaScript
@stdlib/array-base-zeros2d
Create a zero-filled two-dimensional nested array.
@stdlib/array-base-filled4d
Create a filled four-dimensional nested array.
@stdlib/array-base-zeros4d
Create a zero-filled four-dimensional nested array.
@stdlib/array-base-filled2d-by
Create a filled two-dimensional nested array according to a provided callback function.
@stdlib/array-base-filled5d-by
Create a filled five-dimensional nested array according to a provided callback function.
@stdlib/array-base-filled3d
Create a filled three-dimensional nested array.