Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/immutable.d.ts>ApplyDiffRemove

Faster and smaller alternative to Ramda
Latest
type alias ApplyDiffRemove
import { type ApplyDiffRemove } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
definition: { readonly op: "remove"; readonly path: string; }