董国庆
3 天以前 d0f4c2d4bb7a72b32fb9945de8908e1d4ab6509c
1
2
3
4
5
declare namespace NodeJS {
    interface ProcessEnv {
        NODE_ENV: 'production' | 'development'
    }
}