UNPKG

live-plugin-manager

Version:

Install and uninstall any node package at runtime from npm registry

4 lines (3 loc) 244 B
import * as httpUtils from "./httpUtils"; export declare function extractTarball(tgzFile: string, destinationDirectory: string): Promise<void>; export declare function downloadTarball(url: string, headers?: httpUtils.Headers): Promise<string>;