mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-11 19:14:26 +00:00
4 lines
107 B
JavaScript
4 lines
107 B
JavaScript
console.log("Hello from the module");
|
|
|
|
module.exports = () => console.log("Log this beautiful text 😍");
|