Get detailed information about a specific MangaDex manga.
The MangaDex manga ID.
Promise resolving to manga detail or null if not found.
Use mangaDexClient.getMangaDetail() instead.
export async function getMangaDexMangaDetail( id: string,): Promise<MangaDexMangaDetail | null> { return mangaDexClient.getMangaDetail(id);} Copy
export async function getMangaDexMangaDetail( id: string,): Promise<MangaDexMangaDetail | null> { return mangaDexClient.getMangaDetail(id);}
Get detailed information about a specific MangaDex manga.