Matches strings against configurable strings, globs, regular expressions, and/or functions
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Attach comments to estree nodes
Create an array of unique values, in order, from the input arrays
Create a function for applying a unary function to each element in a provided 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
Some useful tools for working with process.argv
Like a Set, but provides the index of the `key` in the backing array
The Hermes runtime, used by React Native for Android, is able to output [Chrome Trace Events](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview) in JSON Object Format.
MCP server for interacting with Datadog API
Minimal async jobs utility library, with streams support
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
a package about easy to use Array!
Utility functions for SQL-like array joins
Tools to work with IPv4 and IPv6 CIDR
Continued fraction approximation.
`Array#forEach()` but it’s possible to define where to move to next
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Turn anything into an array
Loop over each item in an array and call the given function on every element.