Convenience function to get manga details from a source.
The manga source to query.
The manga slug/identifier.
Promise resolving to manga details or null if not found.
export async function getMangaSourceDetail(source: MangaSource, slug: string) { return mangaSourceRegistry.getMangaDetail(source, slug);} Copy
export async function getMangaSourceDetail(source: MangaSource, slug: string) { return mangaSourceRegistry.getMangaDetail(source, slug);}
Convenience function to get manga details from a source.