Module

x/rambda/index.d.ts>ApplyDiffUpdate

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