UNPKG

cget

Version:

Robust streaming parallel download manager with filesystem cache

5 lines (4 loc) 180 B
export { Strategy } from './Strategy'; export { LocalFetch } from './LocalFetch'; export { RemoteFetch } from './RemoteFetch'; export { FileSystemCache } from './FileSystemCache';