Skip to content

Instantly share code, notes, and snippets.

@isRuslan
Created September 2, 2014 08:51
Show Gist options
  • Save isRuslan/730a3ec97eea4e6534af to your computer and use it in GitHub Desktop.
Save isRuslan/730a3ec97eea4e6534af to your computer and use it in GitHub Desktop.
JS for node and browser.
(function(exports){
// your code goes here
exports.test = function(){
return 'hello world'
};
})(typeof exports === 'undefined'? this['mymodule']={}: exports);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment