Get sorted indexes of array (using insertion sort).
A tiny and fast selection algorithm in JavaScript.
Micro library for sorting arrays using the firstBy().thenBy().thenBy() syntax
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Array manipulation, ordering, searching, summarizing, etc.
Push items to an array at their correct sort-position
Like a Set, but provides the index of the `key` in the backing array
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Find the index to insert an element in array keeping the sort order.
Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order
Rope-based persistent sequence type
This package provides support for the [RediSearch](https://redis.io/docs/interact/search-and-query/) module, which adds indexing and querying support for data stored in Redis Hashes or as JSON documents with the [RedisJSON](https://redis.io/docs/data-type
ES2015 `Array#findIndex()` ponyfill
A utility function to index arrays by any criteria
finds an item in an array matching a predicate function, and returns its index
Sort an object's keys, including an optional key list
Curated collection of data structures for the JavaScript/TypeScript.
Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise
An array is a collection of values, stored contiguously.
Arranges values in an order.
A tiny, faster alternative to native Array.prototype.every
Arranges values in an order.
JavaScript utilities for Vega.
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.