UNPKG

crunchy

Version:

Crunchy is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.

5 lines (4 loc) 148 B
/** * Streams the episode to disk. */ export default function (config: IConfig, address: string, done: (err: Error, ign: boolean) => void): void;