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.