UNPKG

@kazesolo/otakudesu-api

Version:

A module that retrieves data from otakudesu.vip. Now with TypeScript!

3 lines (2 loc) 151 B
import { PassThrough } from 'node:stream'; export declare const getAnimeStream: (requestUrl: string, url: string) => Promise<PassThrough | undefined>;