UNPKG

uni_scrapper

Version:

A Collection of Movies, Series, Animes Scrapper.

7 lines 235 B
import { Stream } from "../index"; export declare abstract class BaseSource { abstract baseUrl: string; abstract headers: {}; abstract getStreams(slug: string): Promise<Stream[]>; } //# sourceMappingURL=base.source.d.ts.map