Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function Value.Diff
import { Value } from "https://deno.land/x/openbox@1.1.8/deps.ts";
const { Diff } = Value;

Returns edits to transform the current value into the next value

Parameters

current: unknown
next: unknown

Returns

ValueDelta.Edit[]