Showing 41-60 of 1,089,491 packages
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Array constructors.
Lazy-evaluating list of files, based on globs or regex patterns
Initialize an ndarray with zeros
utilities for primitive JavaScript types
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Detect whether or not an object is a Typed Array
Creates a shallow clone of any JavaScript value.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Guarantees an array back
Like a Set, but provides the index of the `key` in the backing array
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
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.
Simple dependency graph.
A JavaScript text diff implementation.
`Array#forEach()` but it’s possible to define where to move to next
Check if a value is any kind of array
A simple list of possible Typed Array names.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.