Internal
An object comparing data against which to compare
An object containing potentially different data
Optional
options: { inner?: boolean; keepLength?: boolean } = {}Additional options which configure the diff operation
An object of the data in other which differs from that in original
Deeply difference an object against some other, returning the update keys and values. Unlike foundry.utils.diffObject, this function also deeply compares arrays.
Deprecated