Search
Preparing search index...
The search index is not available
memoized-node-fetch - v1.1.4
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
memoized-node-fetch - v1.1.4
Index
Type aliases
Fetch
Function
Type
Functions
default
Type aliases
Fetch
Function
Type
Fetch
Function
Type
:
(
url
:
RequestInfo
, init
?:
RequestInit
)
=>
Promise
<
Response
>
Type declaration
(
url
:
RequestInfo
, init
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
url:
RequestInfo
Optional
init:
RequestInit
Returns
Promise
<
Response
>
Functions
default
default
(
fetchFunction
?:
FetchFunctionType
)
:
(
url
:
RequestInfo
, options
?:
RequestInit
, hashFunction
?:
HashFunction
)
=>
undefined
|
Promise
<
Response
>
Parameters
fetchFunction:
FetchFunctionType
= ...
Returns
(
url
:
RequestInfo
, options
?:
RequestInit
, hashFunction
?:
HashFunction
)
=>
undefined
|
Promise
<
Response
>
(
url
:
RequestInfo
, options
?:
RequestInit
, hashFunction
?:
HashFunction
)
:
undefined
|
Promise
<
Response
>
Parameters
url:
RequestInfo
Optional
options:
RequestInit
hashFunction:
HashFunction
= ...
Returns
undefined
|
Promise
<
Response
>
Exports
Fetch
Function
Type
default
Generated using
TypeDoc