UNPKG

torrent-to-pixeldrain

Version:

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

5 lines (4 loc) 84 B
export interface Uploadable { APIKey: string; upload(): Promise<boolean>; }