Showing 21-40 of 247,419 packages
Is this value a JS ArrayBuffer?
Robustly get the length of a Typed Array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Parse postgres array columns
A ponyfill for the ES 2015 (ES6) `Array.from()`.
Run an array of functions in parallel
Flatten nested arrays
Array#filter for older browsers.
finds an item in an array matching a predicate function, and returns its index
Array#isArray for older browsers
Create an array of unique values, in order, from the input arrays
Guarantees an array back
A polyfill for Array.prototype.flat and Array.prototype.flatMap
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.
Generates an array of consecutive integers starting at 0
Create an array with values that are present in the first input array but not additional ones
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.
Parses set-cookie headers into objects