import { pickAll } from "https://deno.land/x/rambda@9.3.0/rambda.js";
Same as R.pick
but it won't skip the missing props, i.e. it will assign them to undefined
.
Type Parameters
K extends keyof T
import { pickAll } from "https://deno.land/x/rambda@9.3.0/rambda.js";
Same as R.pick
but it won't skip the missing props, i.e. it will assign them to undefined
.