Skip to main content
Module

x/ramda/source/index.js>pickBy

:ram: Practical functional Javascript
Latest
variable pickBy
import { pickBy } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

Returns a partial copy of an object containing only the keys that satisfy the supplied predicate.