UNPKG

@mhsalves/yugioh-fb-catalog

Version:

This catalog tools helps to retrieve data from Yugioh Forbidden Memories

4 lines (3 loc) 119 B
import type { IMonsterCard } from "../../card-types"; declare const monsters: IMonsterCard[]; export default monsters;