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