Hierarchy (view full)

Constructors

Properties

childName?: string | number
children?: DiffContext[]
exiting?: boolean
hasResult?: boolean
left: unknown
leftIsArray?: boolean
leftType?: string
next?: null | DiffContext
nextAfterChildren?: null | DiffContext
options?: Options
parent?: DiffContext
pipe: "diff"
result?: Delta
right: unknown
rightIsArray?: boolean
rightType?: string

Methods