UNPKG

torrent-to-pixeldrain

Version:

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

7 lines (6 loc) 169 B
import { Archiver } from "archiver"; export declare class Zipper { archiver: Archiver; constructor(); zip(inPath: string, outPath: string): Promise<void>; }