I'd like to check if my module is being included or run directly. How can I do this in node.js?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The docs describe another way to do this which may be the preferred method:
To take advantage of this, check if this module is the main module and, if so, call your main code:
|
|||||
|
|
|||||||
|