crunchy
Version:
Crunchy is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.
8 lines (7 loc) • 434 B
TypeScript
export declare function error(str: string | Error): void;
export declare function info(str: string): void;
export declare function debug(str: string): void;
export declare function warn(str: string): void;
export declare function warnMore(str: string): void;
export declare function dispEpisode(name: string, status: string, addNL: boolean): void;
export declare function dumpToDebug(what: string, data: any, create?: boolean): void;