Skip to main content
Module

x/lodash_es/src/findKey.js

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

Functions

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