use `process` without importing it
Is there a way to enable the global process variable without manually importing it from
node:process? This would help a lot with making node projects compatible with deno without any code change.