wretch
Preparing search index...
index
FetchLike
Type Alias FetchLike
FetchLike
:
(
url
:
string
,
opts
:
WretchOptions
)
=>
Promise
<
WretchResponse
>
Any function having the same shape as fetch().
Type Declaration
(
url
:
string
,
opts
:
WretchOptions
)
:
Promise
<
WretchResponse
>
Parameters
url
:
string
opts
:
WretchOptions
Returns
Promise
<
WretchResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
wretch
Loading...
Any function having the same shape as fetch().