UNPKG

@mhsalves/yugioh-fb-catalog

Version:

This catalog tools helps to retrieve data from Yugioh Forbidden Memories

7 lines (6 loc) 172 B
import type { IMonsterCard } from "../../../card-types"; /** * Thunder monsters between ids 461 and 537 */ declare const thunder: IMonsterCard[]; export default thunder;