Skip to content

Instantly share code, notes, and snippets.

@syzer
Created January 10, 2018 10:21
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 syzer/a35ed3fae08405e5fc431b89bae74d64 to your computer and use it in GitHub Desktop.
Save syzer/a35ed3fae08405e5fc431b89bae74d64 to your computer and use it in GitHub Desktop.
if (require.main === module) {
console.log('Called from bash')
} else {
console.log('Called as a module')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment