UNPKG
@iel/axios-ext-response-wrap
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Axios response result wrapper.
github.com/iel-h/axios-ext
iel-h/axios-ext
@iel/axios-ext-response-wrap
/
dist
/
adaptors
/
index.js
3 lines
(2 loc)
•
106 B
JavaScript
View Raw
1
2
3
export
{
default
as
ErrorAdaptor
}
from
'./error'
;
export
{
default
as
SuccessAdaptor
}
from
'./success'
;