Sha256: 4025a454b1ca489b179ee8c684bdd70ff8c1967e382076ade53e7e4653e1daec
Contents?: true
Size: 510 Bytes
Versions: 28
Compression:
Stored size: 510 Bytes
Contents
// This file is an augmentation to the built-in ImportMeta interface // Thus cannot contain any top-level imports // <https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation> interface ImportMetaEnv { [key: string]: any BASE_URL: string MODE: string DEV: boolean PROD: boolean SSR: boolean } interface ImportMeta { url: string readonly hot?: import('./hot').ViteHotContext readonly env: ImportMetaEnv glob: import('./importGlob').ImportGlobFunction }
Version data entries
28 entries across 28 versions & 2 rubygems