This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
msx
/
Vent-App
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
4987821ba8
Branches
Tags
master
Vent-App
/
node_modules
/
zrender
/
src
/
global.d.ts
global.d.ts
108 B
Verlauf
Originalformat
1
2
3
4
5
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'production' | 'development'
}
}