deep-compare-objects - v2.0.0
    Preparing search index...

    Function default

    • Finds and returns the differences between two objects a and b.

      Parameters

      • Optionala: Record<string, any> = {}

        The first object to compare.

      • Optionalb: Record<string, any> = {}

        The second object to compare.

      Returns undefined | Record<string, any>

      An object containing the differences between a and b, or undefined if b is null or undefined.