UNPKG

astro

Version:

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

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