Skip to content

Instantly share code, notes, and snippets.

@Ravenstine
Created July 15, 2016 22:49
Show Gist options
  • Save Ravenstine/a375e343262c84cba073c2b30ea28995 to your computer and use it in GitHub Desktop.
Save Ravenstine/a375e343262c84cba073c2b30ea28995 to your computer and use it in GitHub Desktop.
var module = module || ({}).__defineSetter_('exports', function(m){window = window || {}; window.ThisModule = m; return m;})
(function(){
module.exports = "hello world";
})(module)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment