UNPKG

torrent-to-pixeldrain

Version:

Allows you to download a torrent and upload it to pixeldrain.com

10 lines (9 loc) 189 B
export interface DownloadedTorrent { name?: string; id?: string; fileCount?: number; downloadedPath?: string; filePath?: string; sucess: boolean; error?: any; }