summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/npm/node_modules/undici/types/interceptors.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/npm/node_modules/undici/types/interceptors.d.ts')
-rw-r--r--g4f/Provider/npm/node_modules/undici/types/interceptors.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/g4f/Provider/npm/node_modules/undici/types/interceptors.d.ts b/g4f/Provider/npm/node_modules/undici/types/interceptors.d.ts
deleted file mode 100644
index 047ac175..00000000
--- a/g4f/Provider/npm/node_modules/undici/types/interceptors.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import Dispatcher from "./dispatcher";
-
-type RedirectInterceptorOpts = { maxRedirections?: number }
-
-export declare function createRedirectInterceptor (opts: RedirectInterceptorOpts): Dispatcher.DispatchInterceptor