UNPKG

torrent-to-pixeldrain

Version:

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

8 lines (7 loc) 170 B
export declare class FileWriter { private lines; private outPath; constructor(outPath: string); append(line: string): void; write(): Promise<void>; }