UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

5 lines (4 loc) 294 B
import type { RedirectConfig } from '../../types/public/index.js'; import type { RenderContext } from '../render-context.js'; export declare function redirectIsExternal(redirect: RedirectConfig): boolean; export declare function renderRedirect(renderContext: RenderContext): Promise<Response>;