import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/pickBy.js";
Creates an object composed of the object
properties predicate
returns
truthy for. The predicate is invoked with two arguments: (value, key).
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/pickBy.js";
Creates an object composed of the object
properties predicate
returns
truthy for. The predicate is invoked with two arguments: (value, key).