@pkmn/dex 0.5.5 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts CHANGED
@@ -404,7 +404,7 @@ export declare class ModdedDex implements T.Dex {
404
404
  readonly stats: DexStats;
405
405
  readonly types: DexTypes;
406
406
  modData?: ModData;
407
- constructor(modid?: T.ID | "gen1" | "gen2" | "gen3" | "gen4" | "gen5" | "gen6" | "gen7" | "gen8", modData?: ModData);
407
+ constructor(modid?: "gen1" | "gen2" | "gen3" | "gen4" | "gen5" | "gen6" | "gen7" | "gen8" | T.ID, modData?: ModData);
408
408
  mod(genid: GenID): ModdedDex;
409
409
  mod(modid: T.ID, modData: ModData): ModdedDex;
410
410
  forGen(gen: number): ModdedDex;