You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I import a function from one script into another then require.main === module is true in both so they both fully run. This is different behavior from node and ts-node.