UNPKG

astro

Version:

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

5 lines (4 loc) 266 B
import type { PluginContainer } from 'vite'; export declare const frontmatterRE: RegExp; export declare function replaceTopLevelReturns(code: string): string; export declare function loadId(pluginContainer: PluginContainer, id: string): Promise<string | undefined>;