IOweb/node_modules/astro/dist/runtime/server/render/csp.d.ts
2026-07-03 15:07:38 -05:00

2 lines
134 B
TypeScript

import type { SSRResult } from '../../../types/public/index.js';
export declare function renderCspContent(result: SSRResult): string;