DIR: /proc/self/root/usr/share/node_modules/undici/types/ |
Current File : //proc/self/root/usr/share/node_modules/undici/types/interceptors.d.ts |
import Dispatcher from "./dispatcher"; type RedirectInterceptorOpts = { maxRedirections?: number } export declare function createRedirectInterceptor (opts: RedirectInterceptorOpts): Dispatcher.DispatchInterceptor |