Function isDeepEqual

  • Checks if two objects are deeply equal.

    Parameters

    • obj1: Record<string, any>

      The first object to compare.

    • obj2: Record<string, any>

      The second object to compare.

    Returns boolean

    true if the objects are deeply equal, false otherwise.

Generated using TypeDoc