Metzploreur/node_modules/undici-types/interceptors.d.ts
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

5 lines
215 B
TypeScript

import Dispatcher from "./dispatcher";
type RedirectInterceptorOpts = { maxRedirections?: number }
export declare function createRedirectInterceptor (opts: RedirectInterceptorOpts): Dispatcher.DispatchInterceptor