Skip to content

Instantly share code, notes, and snippets.

@gilbertoalbino
Created April 29, 2022 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilbertoalbino/3f0645dc96fd60a7395b89856fd603a1 to your computer and use it in GitHub Desktop.
Save gilbertoalbino/3f0645dc96fd60a7395b89856fd603a1 to your computer and use it in GitHub Desktop.
Arquivo Node.JS é uma função
// function (exports, module, require, __filename, __dirname) {
let nome = 'Gilberto Albino'
console.log(arguments)
// return module.exports
//}(module.exports)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment