Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created January 5, 2015 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/bf5f616d1fcb08e69b98 to your computer and use it in GitHub Desktop.
Save tmcw/bf5f616d1fcb08e69b98 to your computer and use it in GitHub Desktop.
/**
* @param {Number} a
* @returns {Number}
*/
module.exports = function(a) {
return 1;
};
module.exports = require('./b.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment