Extract AniList ID from a MangaDex manga's external links.
The MangaDex manga entry to extract ID from.
Promise resolving to AniList ID if found or null.
Use mangaDexClient.extractAniListId() instead.
export async function extractAniListIdFromMangaDex( mangaDexManga: MangaDexManga,): Promise<number | null> { return mangaDexClient.extractAniListId(mangaDexManga);} Copy
export async function extractAniListIdFromMangaDex( mangaDexManga: MangaDexManga,): Promise<number | null> { return mangaDexClient.extractAniListId(mangaDexManga);}
Extract AniList ID from a MangaDex manga's external links.