UNPKG
@cardbrother/up-fetch
Version:
latest (1.3.6-beta.7)
1.3.6-beta.7
1.3.6-beta.6
1.3.6-beta.5
1.3.6-beta.4
1.3.6-beta.3
1.3.6-beta.2
1.3.6-beta.1
1.3.6-beta.0
Advanced fetch client builder for typescript.
github.com/guotingchao/up-fetch
guotingchao/up-fetch
@cardbrother/up-fetch
/
src
/
index.ts
6 lines
(5 loc)
•
288 B
text/typescript
View Raw
1
2
3
4
5
6
export
{ up }
from
'./up'
export
type
{
FetcherOptions
,
DefaultOptions
,
ResolvedOptions
}
from
'./types'
export
{
ResponseError
, isResponseError }
from
'./response-error'
export
{
type
ValidationError
, isValidationError }
from
'./validation-error'
export
{ isJsonifiable }
from
'./utils'