UNPKG
cget
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Robust streaming parallel download manager with filesystem cache
github.com/charto/cget
charto/cget
cget
/
dist
/
strategy
/
index.d.ts
5 lines
(4 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
export
{
Strategy
}
from
'./Strategy'
;
export
{
LocalFetch
}
from
'./LocalFetch'
;
export
{
RemoteFetch
}
from
'./RemoteFetch'
;
export
{
FileSystemCache
}
from
'./FileSystemCache'
;