env vars ts:对Typescript中的环境变量进行Typesafe控制 源码
ENV-VARS-TS 对Typescript中的环境变量进行Typesafe控制。 开始使用 使用此库之前,请确保在tsconfig中设置了"strict": true 。 为所需的环境定义类型: type MyEnvs = { ENV_ONE : string ; //required (secret value) ENV_TWO : string ; //required ENV_THREE ?: string ; //optional ENV_FOUR ?: string ; //optional } 设置一个定义默认值的环境对象: // Extracts environment variables from process.env and if a required env // is not present and does not have a defa
文件列表
env-vars-ts-master.zip
(预估有个14文件)
env-vars-ts-master
tsconfig.prod.json
82B
.husky
.gitignore
2B
pre-commit
77B
package.json
2KB
.github
workflows
build.yml
946B
LICENSE
11KB
暂无评论