diff --git a/src/index.ts b/src/index.ts index 3a0013e..7ace1cb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,6 +14,7 @@ import { mockErrors, MockPool, type Interceptable, + type Dispatcher, Client } from "undici"; @@ -43,5 +44,6 @@ export { mockErrors, MockPool, type Interceptable, + type Dispatcher, Client };