Files
website/node_modules/astro/dist/runtime/server/render/script.d.ts
2024-05-06 17:15:30 -04:00

7 lines
221 B
TypeScript

import type { SSRResult } from '../../../@types/astro.js';
/**
* Relies on the `renderScript: true` compiler option
* @experimental
*/
export declare function renderScript(result: SSRResult, id: string): Promise<any>;