Type Alias IsEqualContext<V>

IsEqualContext<V>: ((a: V, b: V | undefined, path: string) => boolean)

Return true if a and b ought to be considered equal at a given path

Type Parameters

  • V