UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

9 lines (6 loc) 289 B
// `_findIndex` : an array's function // ----------------------------------- import {createPredicateIndexFinder} from './_internal'; // Returns the first index on an array-like that passes a predicate test. var _findIndex = createPredicateIndexFinder(1); export {_findIndex as default};