UNPKG

astro

Version:

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

9 lines (8 loc) 230 B
export default function html(): { name: string; options(options: any): void; transform(source: string, id: string): Promise<{ code: string; map: import("magic-string").SourceMap; } | undefined>; };