Loop over each item in an array and call the given function on every element.
Get the union of two sorted streams
Type-safe array sorting method with support for deeply nested properties and Typescript autocompletion.
Property, range, map, and set content change observers for arrays, objects, and other instances.
Convert any binary data to ArrayBuffer
Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around
A tiny fuzzy search engine
Stringify your JSON at max speed
Recursive, synchronous, and fast file system walker
Builds complex JS object from normalized redux store. Best works with json-api-normalizer
CLI for the json-2-csv package
A simple array utility to find duplicates in your object array 😍
Converts an array of objects into a CSV file. Saves CSV to disk or returns as string.
Group array of objects into lists.
Minimal web-style fetch TypeScript typings
List files and directories inside the specified directory
Compare, format, diff and serialize any JavaScript value
Decorator-based property validation for classes.
Encapsulated tokens (encrypted and mac'ed objects)
MongoDB query language for in-memory objects
template compiler for Vue 2.x
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
To create a valid gzip from many individual streams first use createDeflatePart() which returns a through stream to convert your parts to the deflated part. when this through stream emits the 'end' event you should call its `metadata()` function which wil
A blazing fast stringifier that safely handles circular objects