Skip to content

Instantly share code, notes, and snippets.

@mrsharpoblunto
Created October 30, 2019 17:52
Show Gist options
  • Save mrsharpoblunto/ed20c0811ac86560865aba32a2e69e88 to your computer and use it in GitHub Desktop.
Save mrsharpoblunto/ed20c0811ac86560865aba32a2e69e88 to your computer and use it in GitHub Desktop.
const foo = require('foo');
const bar = require('bar');
module.exports = function baz() {
foo();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment