UNPKG

node-tls-client-kgb

Version:

Advanced library based on node-fetch and tls-client.

16 lines (15 loc) 333 B
export declare class Download { private file; private path; private issueURL; constructor(file: { name: string; downloadName: string; }, libPath: string); init(): Promise<void>; private formatBytes; private progress; private download; private extract; private getLatest; }