Interface EqualOptions

Configuration for the equalDeep comparator.

interface EqualOptions {
    rules: readonly EqualRule<any>[];
}

Properties

Properties

rules: readonly EqualRule<any>[]

The first equal rule where the first source object matches will be used. If the second object does not match, the two objects will not be considered equal.