Skip to content

Documentation / base / DiffOpDel

Type Alias: DiffOpDel

DiffOpDel = object

Defined in: libs/base/src/diff.ts:49

A patch operation that deletes the value at path.

Properties

kind

kind: "del"

Defined in: libs/base/src/diff.ts:49


path

path: DiffPath

Defined in: libs/base/src/diff.ts:49

Released under the MIT License.