UNPKG
@ace-fetch/react
Version:
alpha (0.9.3-alpha.1)
latest (0.11.4)
0.11.4
0.11.2
0.11.1
0.11.0
0.10.0
0.10.0-alpha.0
0.9.3
0.9.3-alpha.1
0.9.3-alpha.0
react adapter for @ace-fetch/core.
aceHubert/ace-fetch
@ace-fetch/react
/
esm
/
core
/
createFetch.d.ts
4 lines
(3 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
import
type
{
FetchClient
}
from
'@ace-fetch/core'
;
import
type
{
Fetch
}
from
'../types'
;
export
declare
function
createFetch
(
client
:
FetchClient
):
Fetch
;