import { dissoc } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns a new object that does not contain property prop
.
Type Parameters
K extends keyof T
import { dissoc } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns a new object that does not contain property prop
.