Appearance
Documentation / base / DiffPatch
DiffPatch = (DiffOpSet | DiffOpDel | DiffOpArr)[]
DiffOpSet
DiffOpDel
DiffOpArr
Defined in: libs/base/src/diff.ts:86
A patch is a list of operations that can transform one DiffValue into another.