Vinyl
    Preparing search index...

    Interface EqualOptions

    Configuration for the equalDeep comparator.

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

    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.