utilities for primitive JavaScript types
Declarative persistent storage component for Web Components. Framework-agnostic localStorage/sessionStorage via wc-bindable-protocol.
Recursively assign default properties. Lightweight and Fast!
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Persistent ordered mapping from strings
Node.js object hash library with properties/arrays sorting to provide constant hashes
Utilities for watching file trees.
Declarative AI inference component for Web Components. Streaming-first, multi-provider (OpenAI, Anthropic, Azure OpenAI) via wc-bindable-protocol.
Run an array of functions in parallel
Delete nested properties from an object using dot notation.
Declarative AI inference component for Web Components. Streaming-first, multi-provider (OpenAI, Anthropic, Azure OpenAI, Google Gemini) via wc-bindable-protocol.
Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license
Get the PATH environment variable key cross-platform
Run a function exactly one time
Promisifies all the selected functions in an object
Caseless object set/get/has, very useful when working with HTTP headers.
https://en.wikipedia.org/wiki/Trie
Deep comparison of 2 instances for should.js
Lowercase the keys of an object
Filter object keys and values into a new object
Take a nested Javascript object and flatten it, or unflatten an object with delimited keys
Undefined safe way of extracting object properties
Like JSON.stringify, but doesn't blow up on circular refs.
A better Array.prototype.every(). Supports iterables, whitelist testing, and more.