UNPKG

projen

Version:

CDK for software projects

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