Parallel in node: Can I know, in node.js, if my script is being run directly or being loaded by another script?
I am looking for a way to tell if a deno script is being run direcly or if it's being imported by another module. Is this possible in deno? If so how?