Skip to content

Instantly share code, notes, and snippets.

@tairov
Created April 28, 2016 16:20
Show Gist options
  • Save tairov/f147bd5b979124ea7dd45761f315ea30 to your computer and use it in GitHub Desktop.
Save tairov/f147bd5b979124ea7dd45761f315ea30 to your computer and use it in GitHub Desktop.
function doWork() {console.log('work')}
module.exports = {
init: function(data){},
test: doWork
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment