• Clear the manga cache.

    Returns void

    export function clearMangaCache(): void {
    for (const key of Object.keys(mangaCache)) {
    delete mangaCache[key];
    }
    }