%PDF- %PDF-
| Direktori : /usr/share/nodejs/undici/types/ |
| Current File : //usr/share/nodejs/undici/types/interceptors.d.ts |
import Dispatcher from "./dispatcher";
type RedirectInterceptorOpts = { maxRedirections?: number }
export declare function createRedirectInterceptor (opts: RedirectInterceptorOpts): Dispatcher.DispatchInterceptor