UNPKG

@ablanc/crunchyroll

Version:

Node.js module to scrape crunchyroll website.

8 lines (7 loc) 150 B
interface Anime { link: string; name: string; ref: "crunchyroll"; } export declare const getAnimeList: () => Promise<Anime[]>; export {};