UNPKG

astro

Version:

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

7 lines (6 loc) 292 B
import type { AstroConfig } from '../types/public/index.js'; export declare const createEnvLoader: () => { load: (mode: string, config: AstroConfig) => Record<string, string>; getPrivateEnv: () => Record<string, string>; }; export type EnvLoader = ReturnType<typeof createEnvLoader>;