Check if a manga source is available and configured.
The manga source enum value to check.
True if the source has a configuration.
export function isMangaSourceAvailable(source: MangaSource): boolean { return source in MANGA_SOURCE_CONFIGS;} Copy
export function isMangaSourceAvailable(source: MangaSource): boolean { return source in MANGA_SOURCE_CONFIGS;}
Check if a manga source is available and configured.