PokéRogue
    Preparing search index...
    • Converts incoming settings data that has a version below the current version number listed in package.json.

      Note that no transforms act on the data if its version matches the current version or if there are no migrations made between its version up to the current version.

      Parameters

      • data: object

        The settings data object to migrate

      Returns void