@mhsalves/yugioh-fb-catalog
Version:
This catalog tools helps to retrieve data from Yugioh Forbidden Memories
9 lines (8 loc) • 351 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const thunders_1 = __importDefault(require("./thunders"));
const monsters = [].concat(thunders_1.default);
exports.default = monsters;