UNPKG
@hyper-fetch/react
Version:
beta (5.7.6-beta.1)
latest (7.5.2)
7.5.2
7.5.1
7.5.0
7.4.1
7.4.0
7.3.0
7.2.6
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
6.0.1
6.0.0
5.7.6-beta.1
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.0
5.5.0
5.4.1
5.4.0
5.3.0
5.2.0
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.1.0
2.0.0
1.7.1
1.7.0
1.6.1
1.6.0
React hooks and utils for the hyper-fetch
hyperfetch.bettertyped.com
BetterTyped/hyper-fetch
@hyper-fetch/react
/
src
/
hooks
/
use-queue
/
use-queue.constants.ts
9 lines
(6 loc)
•
242 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
RequiredKeys
}
from
"@hyper-fetch/core"
;
import
{
UseQueueOptionsType
}
from
"hooks/use-queue"
;
export
const
useQueueDefaultOptions
:
RequiredKeys
<
UseQueueOptionsType
> = {
dispatcherType
:
"auto"
,
keepFinishedRequests
:
false
, };