DEP0008: require('constants')
类型: 仅文档
constants
模块已弃用。
当需要访问与特定 Node.js 内置模块相关的常量时,开发者应改为参考相关模块公开的 constants
属性。
例如,require('fs').constants
和 require('os').constants
。
类型: 仅文档
constants
模块已弃用。
当需要访问与特定 Node.js 内置模块相关的常量时,开发者应改为参考相关模块公开的 constants
属性。
例如,require('fs').constants
和 require('os').constants
。