UNPKG

myanimelist-wrapper

Version:

A comprehensive TypeScript wrapper for the Jikan API v4 (unofficial MyAnimeList API)

6 lines (5 loc) 148 B
export declare class JikanError extends Error { status: number; data?: any; constructor(message: string, status: number, data?: any); }