UNPKG

@nitra/consola

Version:
5 lines (4 loc) 125 B
/** Augmentation for Vite's import.meta.env (used at build time). */ interface ImportMeta { env: Record<string, unknown> }