exports


module.exports 的引用,更简短易写。有关何时使用 exports 和何时使用 module.exports 的详细信息,请参见 导出快捷方式 部分。

🌐 A reference to the module.exports that is shorter to type. See the section about the exports shortcut for details on when to use exports and when to use module.exports.