UNPKG

astro

Version:

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

8 lines (7 loc) 343 B
import type { FetchState } from '../fetch/fetch-state.js'; /** * The composite "batteries-included" handler that wires up every request * feature internally; `astro(state)` (astro/fetch) delegates here, as does * `BaseApp.render`'s default-handler fast path. */ export declare function handleRequest(state: FetchState): Promise<Response>;