astro-ghostcms/.pnpm-store/v3/files/e8/3978117074703d34f0b78d5c89e...

6 lines
215 B
Plaintext

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