Files
complete-node-bootcamp/2-how-node-works/final/test-module-3.js
Jonas Schmedtmann 7f81af0ddf Initial commit 🚀
2019-06-13 15:43:15 +01:00

4 lines
107 B
JavaScript

console.log("Hello from the module");
module.exports = () => console.log("Log this beautiful text 😍");