Javascript access to a buffer containing array of structs or struct of arrays
Strict borsh compatible de/serializer
Packs/Unpacks/Measures structs according to Python's `struct` format
Return a constructor for creating arrays having a fixed-width composite data type.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Translation between JavaScript values and Buffers
Robustly get the byte offset of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
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 length of a Typed Array
Flatten nested arrays
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Linear memory in TypeScript
Create ABI-compliant "struct" instances on top of Buffers
Strict borsh compatible de/serializer
Define complex binary structures using composable primitives
Buffer and serialization utilities for javascript
Remove duplicate values from an array. Fastest ES5 implementation.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Yet another node.js struct implementation (object↔︎buffer conversion)
Test if a value is struct constructor-like.