Module

x/lodash_es/src/find.js>default

lodash for deno use
Latest
variable default
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/find.js";

Iterates over elements of collection, returning the first element predicate returns truthy for. The predicate is invoked with three arguments: (value, index|key, collection).