Skip to main content
Module

x/lodash_es/src/findIndex.js

lodash for deno use
Latest
import * as lodashEs from "https://deno.land/x/lodash_es@v0.0.2/src/findIndex.js";

Functions

This method is like _.find except that it returns the index of the first element predicate returns truthy for instead of the element itself.