UNPKG

yt-mp3-converter

Version:
8 lines (7 loc) 258 B
interface ConvertOptions { videoUrl: string; outputFilePath: string; } export declare function convertYouTubeToMp3(options: ConvertOptions): Promise<string>; export declare function generateDownloadButton(filePath: string): string; export {};