Skip to main content
Module

x/rambda/mod.ts>ApplyDiffUpdate

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