@passband/sdk - v0.0.0
REST API reference
GitHub
Preparing search index...
FetchLike
Type Alias FetchLike
FetchLike
:
(
input
:
string
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Minimal structural type for the global
fetch
so it can be injected.
Type Declaration
(
input
:
string
,
init
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
input
:
string
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
REST API reference
GitHub
@passband/sdk - v0.0.0
Loading...
Minimal structural type for the global
fetchso it can be injected.