A utility package for JavaScript applications.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Robustly get the byte offset of a Typed Array
Node addon for string extraction for msgpackr
Base64 encoding/decoding in pure JS
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Codecs for various data structures
Float64Array.
Node addon for string extraction for cbor-x
Uint8Array.
Uint32Array.
Uint16Array.
Float32Array.
Merge multiple streams into a unified stream
Array manipulation, ordering, searching, summarizing, etc.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Robustly get the length of a Typed Array