Convenience function to get a manga source client by source type. Initializes the manga source registry on first call.
The manga source to retrieve the client for.
Promise resolving to the client or null if not available.
export async function getMangaSourceClient(source: MangaSource) { return mangaSourceRegistry.getClient(source);} Copy
export async function getMangaSourceClient(source: MangaSource) { return mangaSourceRegistry.getClient(source);}
Convenience function to get a manga source client by source type. Initializes the manga source registry on first call.