MangaManager.prototype.getMangaFull(mangaId: number): Promise<mangaModel.MangaFull>
getMangaFull: Get a Manga from the Jikan API by its ID with full details
Promise<mangaModel.MangaFull>
MangaManager.prototype.getMangaFull(mangaId: number): Promise<mangaModel.MangaFull>
getMangaFull: Get a Manga from the Jikan API by its ID with full details
Promise<mangaModel.MangaFull>
import { mangaManager } from ".";