@ekim088/toolkit
    Preparing search index...

    Function isDeepEqual

    • Tests if two arguments are equal. Object literals and arrays are tested for deep equality while other objects are tested for strict equality.

      Parameters

      • a: unknown

        An argument to test.

      • b: unknown

        An argument to test.

      Returns boolean

      true if a and b are deeply equal.