Skip to content

Instantly share code, notes, and snippets.

@525c1e21-bd67-4735-ac99-b4b0e5262290
Created September 16, 2012 05:59
Show Gist options
  • Save 525c1e21-bd67-4735-ac99-b4b0e5262290/3731199 to your computer and use it in GitHub Desktop.
Save 525c1e21-bd67-4735-ac99-b4b0e5262290/3731199 to your computer and use it in GitHub Desktop.
console.log('this is executed on require');
module.exports = function() {
console.log('this is not executed on require');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment