From 1bdca965fc64d35594d24660b6d2bddc85d3a9ed Mon Sep 17 00:00:00 2001 From: Pierre Demailly Date: Mon, 23 Mar 2026 13:53:28 +0100 Subject: [PATCH] chore: add missing Dispatcher type export --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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 };