Showing 1-20 of 247,418 packages
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Array method to move an element of that array from one index to another.
utilities functions that i think will be used in many apps. Basically every time you do an array method, or object method, or any other function that is not specific to an app and would be used in many apps, that mainly is using javascript vanilla should
Lazy-evaluating list of files, based on globs or regex patterns
Bridging the gap between buffers and typed arrays
Minimal async jobs utility library, with streams support
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
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.
Match human-quality input to potential matches by edit distance.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Maintain and search through a sorted array using some low level functions
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