A simple list of possible Typed Array names.
Apply a callback function to elements in an input array and assign results to elements in a new output array.
A pluggable minimal version of Scramjet that focuses only on stream transform and exposes only core features
Is this value a JS ArrayBuffer?
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
The Aztec KV store is an implementation of a durable key-value database with a pluggable backend. The only supported backend right now is LMDB by using the [`lmdb-js` package](https://github.com/kriszyp/lmdb-js).
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte offset of a Typed Array
Is this value a JS SharedArrayBuffer?
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Robustly get the length of a Typed Array
Robustly get the byte length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Concatenate a readable stream's data into a single array
No description provided.
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Velocity Template Language(VTL) for JavaScript
creates a new array with given range
Merge old source map and new source map in multi-transform flow
General purpose glob-based configuration matching.
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.
Apply a function to an array from then end to the beginning.
typescript-json-schema generates JSON Schema files from your Typescript sources