Showing 1-20 of 70 packages
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Polyfill to provide array.find on IE.
Array.prototype.find polyfill for ES5 versions and lower.
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
ES6 Array.find() ponyfill
Polyfill for Array.find if needed.
Replace `Array.find` by `require('array-find')`.
ES2015 `Array#findIndex()` ponyfill
Polyfills to support Stimulus in older browsers
Array.find for nested objects
A proof of concept of a generic equivalent of ESLint's globSearch() for use with ConfigArray
A webpack loader that generates a customized polyfill
Finds first value passing a test.
TypeScript definitions for array-find-index
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
Find a predecessor value of the array that should be chosen when a given array index is deleted
Finds first value passing a test.
Combination of Array.find and Array.map.
> Spoiler: this is not only stricter versin of lodash, this library also adds utils that I was missing > I'll try to maintain the references to usages in popular repositories (like `vscode`)
Finds indices of values passing a test.