Skip to content

Instantly share code, notes, and snippets.

@jgautier
Created March 5, 2015 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgautier/dd6877447c1188f12067 to your computer and use it in GitHub Desktop.
Save jgautier/dd6877447c1188f12067 to your computer and use it in GitHub Desktop.
module.exports = function () {
console.log(this === global);
}
require("./test_module.js")();
// node test.js
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment