Zip function
Basic cache object for storing key-value pairs.
Yet Another Linked List
Snap a Bounding Box to a Grid
`[].reduce()` for old browsers
Retrieves a name:pathname Map for a given workspaces config
Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.
Incremental View Maintenance for TanStack DB based on Differential Dataflow
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Map of nouns to their irregular plural form
check dependency licenses against rules
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.
Test if an array contains a provided search value.
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).
Robustly get the byte offset of a Typed Array
Is this value a JS ArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Analyze and debug space usage through source maps
replace the namespace names
A polyfill for Iterator helpers proposal
Detect whether or not an object is an ArrayBuffer.