Showing 1-20 of 259 packages
Helper package to shim a method into `Array.prototype[Symbol.unscopables]`
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
asynchronous Array.prototype functions that won't block on large arrays
An essential Array.prototype[Symbol.iterator] polyfill for legacy browsers.
method extensions of Array.prototype
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Lightweight TypeScript library that extends the native JavaScript Array prototype with additional utility methods.
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
Add findLast and findLastIndex to Array.prototype. The findLastIndex() method returns the index of the last element in the array that satisfies the provided testing function. Otherwise, it returns -1, indicating that no element passed the test. The findLa
A library for array functions in Array.prototype
An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.
Collection of immutable Array.prototype methods.
Hangs some useful methods off of Array.prototype.
An ES5 spec-compliant `Array.prototype.filter` shim/polyfill/replacement that works as far down as ES3.
An ES5 spec-compliant `Array.prototype.map` shim/polyfill/replacement that works as far down as ES3.
Array.prototype.find ES6 polyfill.
An ESnext spec-compliant `Array.prototype.toReversed` shim/polyfill/replacement that works as far down as ES3.