Skip to main content
Module

x/lodash_es/mod.ts>find

lodash for deno use
Latest
variable find
import { find } from "https://deno.land/x/lodash_es@v0.0.2/mod.ts";

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