Skip to content

Instantly share code, notes, and snippets.

@lambdaydoty
Last active May 9, 2019 03:09
Show Gist options
  • Save lambdaydoty/ff3b9b5873f4dc4f1e823aba906e45a1 to your computer and use it in GitHub Desktop.
Save lambdaydoty/ff3b9b5873f4dc4f1e823aba906e45a1 to your computer and use it in GitHub Desktop.
/*
* https://medium.freecodecamp.org/requiring-modules-in-node-js-everything-you-need-to-know-e7fbd119be8
*
*/
function(exports, require, module, __filename, __dirname) {
// let exports = module.exports;
// Your Code...
return module.exports;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment