@ac-essentials/misc-util
    Preparing search index...

    Function isDeepEqual

    • Compare two values for deep equality using the specified strategy.

      Parameters

      • a: unknown

        First value to compare

      • b: unknown

        Second value to compare

      • strategy: "strict" = "strict"

        The equality comparison strategy to use (default is "strict")

      Returns boolean

      True if the values are deeply equal, false otherwise