Concatenate a readable stream's data into a single array
ES2015 `Array#findIndex()` ponyfill
Parse postgres array columns
Matches strings against configurable strings, globs, regular expressions, and/or functions
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.
Run an array of functions in parallel
Maintain and search through a sorted array using some low level functions
Validates if a value is an 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.
Lazy-evaluating list of files, based on globs or regex patterns
finds an item in an array matching a predicate function, and returns its index
Validates if a value is an integer array.
Get the last or last n elements in an array.
Array#filter for older browsers.
Base64 encoding/decoding in pure JS
A ponyfill for the ES 2015 (ES6) `Array.from()`.
Guarantees an array back
Create an array of unique values, in order, from the input arrays
Array manipulation, ordering, searching, summarizing, etc.
Returns an array of Typed Array names that are available in the current environment
Create an array without duplicates
Create an array with values that are present in the first input array but not additional ones
return list of CallSite objects from a captured stacktrace
Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt