MangaManager.prototype.getMangaRecommendations(mangaId: number): Promise<baseModel.MalEntries[]>
getMangaRecommendations: Get a Manga's Recommendations from the Jikan API by its ID
Promise<baseModel.MalEntries[]>
MangaManager.prototype.getMangaRecommendations(mangaId: number): Promise<baseModel.MalEntries[]>
getMangaRecommendations: Get a Manga's Recommendations from the Jikan API by its ID
Promise<baseModel.MalEntries[]>
import { mangaManager } from ".";