DEV Community

Discussion on: Use Module.exports to Keep Node.js Code Organized

Collapse
 
qm3ster profile image
Mihail Malo

Does exports = {} actually work?
I thought that's when you MUST use module.exports = {}.