Skip to main content
Module

x/ramda/source/pick.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/pick.js";

Variables

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