Skip to content

Instantly share code, notes, and snippets.

@takaheraw
Created January 2, 2013 09:23
Show Gist options
  • Save takaheraw/4433247 to your computer and use it in GitHub Desktop.
Save takaheraw/4433247 to your computer and use it in GitHub Desktop.
if(require.main === module){
console.log(__filename);
}
if(!module.parent){
console.log(__filename);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment