UNPKG
@ace-fetch/core
Version:
alpha (0.5.0-alpha.0)
latest (0.11.4)
0.11.4
0.11.2
0.11.1
0.11.0
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.2
0.7.0
0.6.2
0.6.1
0.5.5
0.5.3
0.5.1
0.5.0
0.5.0-alpha.0
0.4.1-alpha.0
0.4.0
0.3.2
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Fetch Provider.
aceHubert/ace-fetch
@ace-fetch/core
/
esm
/
index.js
10 lines
(9 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@internal
*/
export
{ debug }
from
'./env'
;
export
{ setDebug }
from
'./env'
;
export
{ version }
from
'./version'
;
export
*
from
'./core'
;
export
*
from
'./plugins'
;
export
*
from
'./types'
;