Instantly share code, notes, and snippets.
How can I do this:
module.exports = index;
require('./foo.js')(); var index = function(){ console.log('index.js', Date.now()); }
This comment has been minimized.
How can I do this:
module.exports = index;