UNPKG

@tiktikimelbo7/extensions

Version:

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.

14 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("."); class AnimeParser extends _1.BaseParser { constructor() { super(...arguments); /** * if the provider has dub and it's avialable seperatly from sub set this to `true` */ this.isDubAvailableSeparately = false; } } exports.default = AnimeParser; //# sourceMappingURL=anime-parser.js.map