Skip to content

Instantly share code, notes, and snippets.

@laerciobernardo
Created February 9, 2017 14:57
Show Gist options
  • Save laerciobernardo/f47b3c6a2c6f78a66ef498d242b4aeeb to your computer and use it in GitHub Desktop.
Save laerciobernardo/f47b3c6a2c6f78a66ef498d242b4aeeb to your computer and use it in GitHub Desktop.
const func1 = () ={
console.log("sou a func 1);
}
const func2 = () ={
console.log("sou a func 2);
}
module.exports = {
func1,
func2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment