@shopify/cli-kit
    Preparing search index...

    Function deepCompareWithOrderInsensitiveArrays

    • Deeply compares two values and treats arrays as order-insensitive.

      Parameters

      • one: unknown

        The first value to be compared.

      • two: unknown

        The second value to be compared.

      Returns boolean

      True if the normalized values are equal, false otherwise.