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

6 lines
215 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import Dispatcher from "./dispatcher";
type RedirectInterceptorOpts = { maxRedirections?: number }
export declare function createRedirectInterceptor (opts: RedirectInterceptorOpts): Dispatcher.DispatchInterceptor