Interface DirectoryDependencyDownload

interface DirectoryDependencyDownload {
    archive: "tar" | "zip" | "tgz";
    buffer: Buffer;
}

Properties

Properties

archive: "tar" | "zip" | "tgz"
buffer: Buffer