MangaManager.prototype.getMangaPictures(mangaId: number): Promise<mangaModel.MangaImages[]>
getMangaPictures: Get a Manga's Pictures from the Jikan API by its ID
Promise<mangaModel.MangaImages[]>
MangaManager.prototype.getMangaPictures(mangaId: number): Promise<mangaModel.MangaImages[]>
getMangaPictures: Get a Manga's Pictures from the Jikan API by its ID
Promise<mangaModel.MangaImages[]>
import { mangaManager } from ".";