UNPKG
undici-types
Version:
latest (7.16.0)
test (5.24.0-test.6)
7.16.0
7.15.0
7.14.0
7.13.0
7.12.0
7.11.0
7.10.0
7.9.0
7.8.0
7.7.0
7.5.0
7.4.0
7.3.0
7.2.3
7.2.2
7.2.1
7.2.0
7.1.1
7.1.0
7.0.0
6.21.0
6.20.0
6.19.8
6.19.6
6.19.5
6.19.4
6.19.3
6.19.2
6.19.1
6.18.2
6.18.1
6.18.0
6.17.0
6.16.1
6.16.0
6.15.0
6.14.1
6.14.0
6.13.0
6.12.0
6.11.1
6.11.0
6.10.2
6.10.1
6.10.0
6.9.0
6.8.0
6.7.1
6.7.0
6.6.2
6.6.1
6.6.0
6.5.0
6.4.0
6.3.0
6.2.1
6.2.0
6.1.0
6.0.1
6.0.0
5.28.4
5.28.3
5.28.2
5.28.1
5.28.0
5.27.2
5.27.1
5.27.0
5.26.5
5.26.4
5.26.3
5.26.2
5.26.1
5.26.0
5.25.3
5.25.2
5.25.1
5.24.0-test.6
5.24.0-test.5
5.24.0-test.2
0.0.1
A stand-alone types package for Undici
undici.nodejs.org
nodejs/undici
undici-types
/
global-dispatcher.d.ts
10 lines
(7 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Dispatcher
from
'./dispatcher'
declare
function
setGlobalDispatcher<
DispatcherImplementation
extends
Dispatcher
> (
dispatcher
:
DispatcherImplementation
):
void
declare
function
getGlobalDispatcher
(
):
Dispatcher
export
{ getGlobalDispatcher, setGlobalDispatcher }