UNPKG

cget

Version:

Robust streaming parallel download manager with filesystem cache

11 lines (10 loc) 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Strategy_1 = require("./Strategy"); exports.Strategy = Strategy_1.Strategy; var LocalFetch_1 = require("./LocalFetch"); exports.LocalFetch = LocalFetch_1.LocalFetch; var RemoteFetch_1 = require("./RemoteFetch"); exports.RemoteFetch = RemoteFetch_1.RemoteFetch; var FileSystemCache_1 = require("./FileSystemCache"); exports.FileSystemCache = FileSystemCache_1.FileSystemCache;