UNPKG

astro

Version:

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

8 lines (7 loc) 238 B
import type * as vite from 'vite'; import type { EnvLoader } from './env-loader.js'; interface EnvPluginOptions { envLoader: EnvLoader; } export declare function importMetaEnv({ envLoader }: EnvPluginOptions): vite.Plugin; export {};