最佳答案
我在Node.js模块中找到了以下合约:
module.exports = exports = nano = function database_module(cfg) {...}我想知道module.exports和exports有什么区别,为什么两者都在这里使用。