timepiece/node_modules/undici-types/interceptors.d.ts

6 lines
215 B
TypeScript

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