UNPKG
@ace-fetch/vue
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.2
0.8.1
0.8.0
0.7.2
0.7.0
0.6.2
0.6.1
0.5.5
0.5.3
0.5.2
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.3
0.1.2
vue adapter for @ace-fetch/core.
aceHubert/ace-fetch
@ace-fetch/vue
/
lib
/
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
;