UNPKG

astro

Version:

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

3 lines (2 loc) 148 B
import type { RenderContext } from '../render-context.js'; export declare function renderRedirect(renderContext: RenderContext): Promise<Response>;