CharacterManager.prototype.getCharacterManga(characterId: number): Promise<characterModel.MangaRole[]>
getCharacterManga: Get a Character's Manga from the Jikan API by its ID
Promise<characterModel.MangaRole[]>
CharacterManager.prototype.getCharacterManga(characterId: number): Promise<characterModel.MangaRole[]>
getCharacterManga: Get a Character's Manga from the Jikan API by its ID
Promise<characterModel.MangaRole[]>
import { characterManager } from ".";