Create a {key, value} array from an object.
Routes requests to KV assets
Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`
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).
kv library - this library implements all the base functionality for NATS KV javascript clients
Isomorphic key-value storage with support for multiple backends
The next generation web framework for Cloudflare Workers
Utility functions for the workspace
Unstorage driver for integration with SCAYLE PaaS
A Deno KV client library optimized for Node.js.
Array manipulation, ordering, searching, summarizing, etc.
A Deno KV client library optimized for Node.js
Template project for writing node package with napi-rs
A simple list of possible Typed Array names.
Tomahawk plugin, implementing a Key Value Pair Store in Memory.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS ArrayBuffer?
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Robustly get the length of a Typed Array
Robustly get the byte offset of a Typed Array
Is this value a JS SharedArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Robustly get the byte length of a Typed Array
No description provided.
No description provided.