Minimal async jobs utility library, with streams support
The Aztec KV store is an implementation of a durable key-value database with a pluggable backend. The only supported backend right now is LMDB by using the [`lmdb-js` package](https://github.com/kriszyp/lmdb-js).
Create an array without duplicates
No description provided.
Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.
Remove duplicate values from an array. Fastest ES5 implementation.
A collection of JavaScript globals for Babel internal usage
Microsoft Application Insights JavaScript SDK Channel
Fast JavaScript array sorting by implementing Python's Timsort algorithm
More than 150 Handlebars helpers in 17 categories. Works in browsers and in Node.js.
Microsoft Application Insights properties (Part A) plugin
Hash, SortedSet
Microsoft Application Insights JavaScript SDK - Web Analytics
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Stringify your JSON at max speed
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Query processing and transformation of array-backed data tables.
A collection of React utility functions for Base UI.
`Array#forEach()` but it’s possible to define where to move to next
Angular Schematics - Library
Calculates the distance between a given point and the nearest point on a line.
Visualize flow between nodes in a directed acyclic network.
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.