UNPKG

gogo-dl

Version:

<h1 align="center">gogo-dl</h1> <p align="center"> <b> Powerful, lightweight, user-friendly tool for downloading anime.</b> </p>

21 lines (20 loc) 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Anime = void 0; var Anime = /** @class */ (function () { function Anime(name, href, img, released, id) { if (id === void 0) { id = 0; } this.name = ''; this.href = new Map(); this.img = ''; this.released = 0; this.id = 0; this.name = name; this.href = href; this.img = img; this.released = released; this.id = id; } return Anime; }()); exports.Anime = Anime;