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