Skip to content

Instantly share code, notes, and snippets.

@JerrySievert
Created January 13, 2014 23:13
Show Gist options
  • Save JerrySievert/8409949 to your computer and use it in GitHub Desktop.
Save JerrySievert/8409949 to your computer and use it in GitHub Desktop.
function foo() {
return "foo";
}
foo.bar = function () {
return "bar";
};
module.exports = exports = foo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment