Created
July 15, 2016 22:49
-
-
Save Ravenstine/a375e343262c84cba073c2b30ea28995 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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