Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/fetch
index
createFfetch
Function createFfetch
createFfetch
<
const
Addons
extends
FfetchAddon
<
any
,
any
>
[]
,
Combined
extends
{
request
:
object
;
response
:
object
}
=
CombineAddons
<
Addons
>
,
>
(
baseOptions
?:
FfetchBaseOptions
<
Addons
>
&
Combined
[
"request"
]
,
)
:
Ffetch
<
Combined
[
"request"
]
,
Combined
[
"response"
]
>
create a new ffetch function with the given base options
Type Parameters
const
Addons
extends
FfetchAddon
<
any
,
any
>
[]
Combined
extends
{
request
:
object
;
response
:
object
}
=
CombineAddons
<
Addons
>
Parameters
baseOptions
:
FfetchBaseOptions
<
Addons
>
&
Combined
[
"request"
]
= {}
Returns
Ffetch
<
Combined
[
"request"
]
,
Combined
[
"response"
]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.0.7
Loading...
create a new ffetch function with the given base options