UNPKG

astro

Version:

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

12 lines (11 loc) 250 B
import { transform } from './transform/index.js'; export default function html(): { name: string; options(options: any): void; transform: { filter: { id: RegExp; }; handler: typeof transform; }; };