node-common-constants:收集常用常量(例如各种日期和时间),数学常量(例如PI),日志级别和默认端口的集合

时间:2024-06-07 13:19:12
【文件属性】:

文件名称:node-common-constants:收集常用常量(例如各种日期和时间),数学常量(例如PI),日志级别和默认端口的集合

文件大小:44KB

文件格式:ZIP

更新时间:2024-06-07 13:19:12

TypeScript

共常数 我发现自己在一个项目又一个项目中定义了相同的常量。 该停下来了。 安装 yarn add common-constants 或者 npm add --save common-constants 导出包含一组公共常量的对象文字。 分类: 日期和时间(constants.datetime) 数学(constants.math) 各种数据库和服务器的默认端口(constants.defaultPorts), 科学(constants.science) 常用的日志级别和相应的数值(constants.logLevels) 我很健忘,所以这是非常宽容的,允许每个常量名称有多个变体。 例如minInHour,minPerHour,minInHr,minPerHr,minutesPerHour,minutesPerHr等)。 另外,它是打字稿友好的,因为我爱你们。 为什么?


【文件预览】:
node-common-constants-master
----.gitignore(1015B)
----tsconfig.json(757B)
----README.md(10KB)
----CHANGELOG.md(1KB)
----test()
--------mocha.opts(101B)
--------common-constants.spec.ts(8KB)
----.prettierrc(447B)
----.node-version(8B)
----.eslintrc(4KB)
----package.json(2KB)
----tslint.json(6KB)
----src()
--------science.ts(318B)
--------http.ts(1KB)
--------life-the-universe-and-everything.ts(47B)
--------datetime.ts(5KB)
--------default-ports.ts(1KB)
--------math.ts(787B)
--------lengths.ts(361B)
--------regexps.ts(485B)
----index.ts(2KB)
----yarn.lock(25KB)
----lib()
--------index.js.map(1KB)
--------src()
--------index.js(3KB)
--------index.d.ts(25KB)

网友评论