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
/
index.d.ts
5 lines
(4 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
export
{
Address
}
from
'./Address'
;
export
{
CacheResult
,
CustomError
,
CachedError
}
from
'./CacheResult'
;
export
{
FetchOptions
,
CacheOptions
,
Cache
,
Headers
}
from
'./Cache'
;
export
{ getHeaderPath,
RedirectResult
}
from
'./strategy/FileSystemCache'
;