PokéRogue
    Preparing search index...
    • Matcher that checks if an array contains exactly the given items, disregarding order.

      Parameters

      • this: MatcherState
      • received: unknown

        The received value. Should be an array of elements

      • expected: unknown[]

        The array to check equality with

      Returns SyncExpectationResult

      Whether the matcher passed