import { pickAll } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
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.4.1/immutable.d.ts";
Same as R.pick
but it won't skip the missing props, i.e. it will assign them to undefined
.