CharacterManager.prototype.getCharacterFull(characterId: number): Promise<characterModel.CharacterFull>
getCharacter: Get a CharacterFull from the Jikan API by its ID
Promise<characterModel.CharacterFull>
CharacterManager.prototype.getCharacterFull(characterId: number): Promise<characterModel.CharacterFull>
getCharacter: Get a CharacterFull from the Jikan API by its ID
Promise<characterModel.CharacterFull>
import { characterManager } from ".";