Skip to content

Instantly share code, notes, and snippets.

@tralamazza
Created November 19, 2012 16:40
Show Gist options
  • Select an option

  • Save tralamazza/4111723 to your computer and use it in GitHub Desktop.

Select an option

Save tralamazza/4111723 to your computer and use it in GitHub Desktop.
// foo.js
module.exports = function(exp) {
return typeof _ !== 'undefined' && exp === _;
};
// start repl (node)
> 1
1
> require('./foo')(1)
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment