PokéRogue
    Preparing search index...
    • Swap the value with the key and the key with the value

      Parameters

      • json: { [key: string]: string }

        The object to swap key/value pairs of

      Returns { [value: string]: string }

      The swapped object