Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
typed-array-byte-offset
Robustly get the byte offset of a Typed Array
typed-array-byte-length
Robustly get the byte length of a Typed Array
array-buffer-byte-length
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
@stdlib/array-uint8
Uint8Array.
@stdlib/array-int8
Int8Array.
@stdlib/array-uint8c
Uint8ClampedArray.
uuid-tool
Lightweight UUID for JavaScript. Parse and generate UUIDs. Convert between string and byte array.
@stdlib/assert-is-uint8array
Test if a value is a Uint8Array.
strip-bom
Strip UTF-8 byte order mark (BOM) from a string
bytestreamjs
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
bytes
Utility to parse a string bytes to bytes and vice-versa
bit-converter
Convert array to byte, short or integer, API is based on C#
data-view-byte-length
Get the byteLength out of a DataView, robustly.
data-view-byte-offset
Get the byteOffset out of a DataView, robustly.
@i-xi-dev/bytes
A JavaScript byte array library for the browser, Deno and Node.js
pretty-bytes
Convert bytes to a human readable string: 1337 → 1.34 kB
@stdlib/assert-is-uint8clampedarray
Test if a value is a Uint8ClampedArray.
@stdlib/assert-is-int8array
Test if a value is an Int8Array.
strip-bom-string
Strip a byte order mark (BOM) from a string.
strip-bom-stream
Strip UTF-8 byte order mark (BOM) from a stream