DEP0092:顶层 this 绑定到 module.exports
¥DEP0092: Top-level this bound to module.exports
类型:仅文档
¥Type: Documentation-only
将属性分配给顶层 this 作为 module.exports 的替代方案已被弃用。开发者应改用 exports 或 module.exports。
¥Assigning properties to the top-level this as an alternative
to module.exports is deprecated. Developers should use exports
or module.exports instead.