Skip to main content
Module

x/ramda/mod.ts>pick

:ram: Practical functional Javascript
Latest
variable pick
import { pick } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns a partial copy of an object containing only the keys specified. If the key does not exist, the property is ignored.