UNPKG

crunchy

Version:

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

6 lines (5 loc) 194 B
/// <reference types="node" /> /** * Decodes the data. */ export default function (id: number, iv: Buffer | string, data: Buffer | string, done: (err?: Error, result?: Buffer) => void): void;