UNPKG

twt-dl-cli

Version:

The easiest way to download any Twitter video from CLI

5 lines (3 loc) 199 B
declare function downloadVideo(url?: string): Promise<string | undefined>; declare function downloadFile(fileUrl: string, outputFile?: string): Promise<any>; export { downloadFile, downloadVideo };