Is there a way from within TS to determine if Pulu...
# typescript
w
Is there a way from within TS to determine if Pulumi is currently executing the code?
I am going with “if process.env.PULUMI_NODEJS_ENGINE exist, assume pulumi is running”