UNPKG

astro

Version:

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

11 lines (10 loc) 287 B
import type { SSRResult } from '../../../types/public/internal.js'; /** * Relies on the `renderScript: true` compiler option * @experimental */ export declare function renderScript(result: SSRResult, id: string): Promise<{ type: "script"; id: string; content: string; }>;