Showing 1-20 of 1,724,537 packages
sort array min to max
Get the minimum value in an array
`Array#forEach()` but it’s possible to define where to move to next
Run an array of functions in parallel
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Normalize array (possibly n-dimensional) to zero mean and unit variance
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this value a JS ArrayBuffer?
Guarantees an array back
A simple list of possible Typed Array names.
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
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.
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.
Rescale an array into a range
Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)