Minimal async jobs utility library, with streams support
Guarantees an array back
Remove duplicate values from an array. Fastest ES5 implementation.
Create an array without duplicates
Create an array with values that are present in the first input array but not additional ones
No description provided.
`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.
Lazy-evaluating list of files, based on globs or regex patterns
Loop over each item in an array and call the given function on every element.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
No description provided.
TypeScript definitions for d3-array
Parses set-cookie headers into objects
Concatenate a readable stream's data into a single 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.
Maintain and search through a sorted array using some low level functions
Bridging the gap between buffers and typed arrays
ES2015 `Array#findIndex()` ponyfill
Validates if a value is an array.
Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.
finds an item in an array matching a predicate function, and returns its index
Check if two arrays are equal
An ini encoder/decoder for node