UNPKG

anime-info

Version:

Plugin intended to collect informing of anime characters through the fandow wiki

11 lines (10 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var GenericPhoto = /** @class */ (function () { function GenericPhoto() { this.name = ''; this.icon = ''; } return GenericPhoto; }()); exports.GenericPhoto = GenericPhoto;