Robustly get the byte offset of a Typed Array
A simple list of possible Typed Array names.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Test if an input value is a supported ndarray signed integer data type.
Test if an input value is a supported ndarray unsigned integer data type.
A MurmurHash2 implementation
TypeScript definitions for http-assert
typesafe assertion library for TypeScript 3.7+
Robustly get the byte length of a Typed Array
Dead simple Object schema validation
JWA implementation (supports all JWS algorithms)
Like a Set, but provides the index of the `key` in the backing array
Test if an input value is a supported ndarray integer data type.
ECMAScript spec abstract operations.
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
The `package-deps-hash` library generates a JSON object containing the git hashes of all files used to produce a given package. This is useful for scenarios where you want to define a "change receipt" file to be published with a package. The [Rush](http
ES2015-compliant shim for Object.is - differentiates between -0 and +0
An arbitrary length integer library for Javascript
Test if an input value is a supported ndarray integer index data type.
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
A mutex for guarding async workflows
CSV and object generation implementing the Node.js `stream.Readable` API
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible