Standard library
Matches strings against configurable strings, globs, regular expressions, and/or functions
OTLP JSON parsing and iterators for metrics, traces, and logs.
Create an array of unique values, in order, from the input arrays
Javascript Iterable/Iterator/Generator-function utilities.
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Standard iterator utilities.
Higher order functions for iterators and async iterators
Like a Set, but provides the index of the `key` in the backing array
Lazy-evaluating list of files, based on globs or regex patterns
Create an array with values that are present in the first input array but not additional ones
Create an array without duplicates
No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
KLD SDD OpenSpec 项目初始化工具 - 一键部署 SDD skills
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
2D grid and shape iterators w/ multiple orderings
Stringify your JSON at max speed
`Array#forEach()` but it’s possible to define where to move to next
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.
utilities for primitive JavaScript types