UNPKG

astro

Version:

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

9 lines (8 loc) 268 B
export declare const VIRTUAL_MODULES_IDS: { client: string; server: string; internal: string; }; export declare const VIRTUAL_MODULES_IDS_VALUES: Set<string>; export declare const ENV_TYPES_FILE = "env.d.ts"; export declare const MODULE_TEMPLATE_URL: URL;