@aidarkezio/main-func
Version:
📦 It has my funcs
5 lines • 357 B
TypeScript
import { YoutubeDownloader, YoutubeDownloaderV3 } from './types.js';
export declare function youtubedl(url: string, server?: string): Promise<YoutubeDownloader>;
export declare function youtubedlv2(url: string): Promise<YoutubeDownloader>;
export declare function youtubedlv3(Url: string): Promise<YoutubeDownloaderV3>;
//# sourceMappingURL=youtube.d.ts.map