Module

x/fuse/test/fixtures/types.ts>PokedexType

Lightweight fuzzy-search, in JavaScript
Latest
type alias PokedexType
import { type PokedexType } from "https://dotland.deno.dev/x/fuse@v6.4.1/test/fixtures/types.ts";
definition: { num: number; species: string; types: string[]; genderRatio?: PokeGenderRatioType; baseStats: PokeStatType; abilities: PokeAbilityType; heightm: number; weightkg: number; color: string; name?: string; baseForme?: string; baseSpecies?: string; forme?: string; formeLetter?: string; gender?: string; prevo?: string; evos?: string[]; evoLevel?: number | string; eggGroups?: string[]; otherFormes?: string[]; }