property
ImportMeta.main
main: boolean
true if the current file started the process
if (import.meta.main) {
console.log("I started the process!");
}