Module

x/lodash_es/src/pickBy.js

lodash for deno use
Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/pickBy.js";

Functions

Creates an object composed of the object properties predicate returns truthy for. The predicate is invoked with two arguments: (value, key).