module.exports — export. exports — reference.
1module.exports = function() { };2exports.hello = "Hello";