Showing 1-20 of 215,439 packages
The TypeScript array tools library for orxapi
Lightweight, use-anywhere toolkit for working with array data.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
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.
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
Return a function which tests if every element in an array passes a test condition.
nv-array ============ - simple array tools - only install which you needed
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Array manipulation, ordering, searching, summarizing, etc.
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.
Return a function which tests if every element in an array-like object passes a test condition.
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Is this value a JS ArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Robustly get the byte length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.