UNPKG

astro

Version:

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

7 lines (6 loc) 272 B
import type { RenderEnvironment } from './index.js'; /** * The production / bundled environment — the default when nothing is * registered. A stateless module constant derived from the manifest alone. */ export declare const productionEnvironment: RenderEnvironment;