UNPKG

torrent-to-pixeldrain

Version:

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

9 lines (8 loc) 229 B
export interface Uploadable { /** * Uploads the file to pixeldrain and returns the ID of that file * @return {*} {Promise<string>} ID of the file * @memberof Uploadable */ upload(): Promise<string>; }