A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Base64 encoding/decoding in pure JS
Yjs encoding protocols
Fast JavaScript array sorting by implementing Python's Timsort algorithm
JavaScript utilities for Vega.
A polyfill for Array.prototype.flat and Array.prototype.flatMap
Return a function which tests if every element in an array-like object passes a test condition.
Randomize the order of the elements in a given array.
Async control for arrays
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Produce a new array composed of all but the first n elements of an input collection.
Parses set-cookie headers into objects
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
Hash any object based on its value
Extends `type-fest` with extra goodies.
This package provides utilities for creating schema for different types, along with serialization information.
Parse and stringify JSON with comments. It will retain comments even after saved!
High-performance JSON Pointer implementation
Better binary searching
Java Script Object eXchange.
Create an array without duplicates
Runs a list of async tasks, passing the results of each into the next one
When you want array.some but not array.every. Useful when you need to determine partially selected states - like partially selecting tree nodes when some but not all child nodes are checked.