Turn anything into an array
Loop over each item in an array and call the given function on every element.
A tiny fuzzy search engine
🐊Putout plugin adds ability to convert 'Object.entries()' to 'Object.keys()'
Stringify your JSON at max speed
Repair broken JSON documents
Redis commands
Bitcoin BIP32 ('HD Wallet') path helpers.
An example for how to set up a ProseMirror editor
Compare, format, diff and serialize any JavaScript value
Converts an array of objects into a CSV file. Saves CSV to disk or returns as string.
Helpers for generating and transforming key material
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
A tiny (203B) and fast utility to flatten an object with customizable glue
Hash, SortedSet
Array utils
NEON decoder and encoder for JavaScript
Trie and radix tree implementation tailored towards exact matches.
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
JSON diff
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Map object keys and values into a new object
No description provided.
Concatenate a readable stream's data into a single array