Skip to content

Documentation / base / DiffPatch

Type Alias: DiffPatch

DiffPatch = (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.

Released under the MIT License.