Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

findIndex

import { findIndex } from "https://cdn.skypack.dev/lodash-es";
function findIndex(
array2,
predicate,
fromIndex,
);
§
findIndex(array2, predicate, fromIndex)
[src]

§Parameters

§
array2
[src]
§
predicate
[src]
§
fromIndex
[src]