rk
7 小时以前 cc4c386f1883667651321bb0fc7b57c71b6d0dc4
1
2
3
4
5
declare namespace NodeJS {
    interface ProcessEnv {
        NODE_ENV: 'production' | 'development'
    }
}