Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created December 1, 2017 23:55
Show Gist options
  • Save ernestofreyreg/374965e4813588489f1b29a2bdb6b254 to your computer and use it in GitHub Desktop.
Save ernestofreyreg/374965e4813588489f1b29a2bdb6b254 to your computer and use it in GitHub Desktop.
const name = 'some';
function method() {
// Do some shit like...
console.log(name);
}
module.exports = { method }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment