Skip to main content
Module

x/rambda/immutable.d.ts>ApplyDiffUpdate

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