main

Pmain
Bun

Symbol

ImportMeta.main

readonly main: boolean

Did the current file start the process?

if (import.meta.main) {
 console.log("I started the process!");
}