Skip to content

Documentation / base / DiffValue

Type Alias: DiffValue

DiffValue = null | boolean | number | string | DiffObject | DiffArray

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

A JSON-like value that can be diffed/patched.

Includes primitives (null, boolean, number, string), objects, and arrays.

Released under the MIT License.