标签: javascript
下面的代码是什么意思?
exports["default"] = Library; module.exports = exports["default"];
这是这样吗?
module.exports.default = Library