Documentation
    Preparing search index...

    Function objectsAreIdentical

    • Recursively checks if the two given Record | objects' properties are identical.

      Parameters

      • objA: Record<string, any>
      • objB: Record<string, any>

      Returns boolean