Unifies the shape of all difference reports.
They should have an array of comments on the potential differences/equality of
the structures and a function to check if they are really equal.
A human-readable description of differences during the comparison
In combination with isEqual this can be used to provide detailed
explanation on equal structures as well (e.g., if structures could be equal).
Returns undefined | readonly string[]
isEqual
isEqual(): boolean
Returns boolean
true iff the compared structures are equal (i.e., the diff is empty)
Unifies the shape of all difference reports. They should have an array of comments on the potential differences/equality of the structures and a function to check if they are really equal.