Sorted set data structures
Serve static files
Curated collection of data structures for the JavaScript/TypeScript.
Create RFC 6902 style patches between Immutable.JS data structures
Background task for generating the proof
Red-black interval tree
Check if two arrays are equal
PropType validators that work with Immutable.js
Removes last value.
Validates if a value is an integer array.
Return a function which tests if every element in an array passes a test condition.
TaffyDB is an opensouce library that brings database features into your JavaScript applications.
SSR-ready Document Head management for React 16+
Library to parse pure sql file or sql string in to queries array
Normalize array (possibly n-dimensional) to zero mean and unit variance
Adds values to the start.
top level immutablejs support for redux-persist
Auto update relations
Put a bunch of emitted events in an array, for testing.
Implements did-insert / did-update / will-destroy modifiers for Ember.js
Convert a typed array to a Buffer without a copy
finds an item in an array matching a predicate function, and returns its index
Immutable Array.prototype.unshift.
Simple function `binaryInsert(array, value, comparator)` that provides binary insert functionality for a **sorted** array in javascript. This is mostly intended for larger arrays, and the performance gain may be viewed in the [benchmark](#benchmarks).