Standardization of Environment Variables in JavaScript: [root].env

This proposal aims to establish a standardized and consistent way to access environment variables across all JavaScript runtime environments. Currently, each platform (Node.js, Deno, browsers, etc.) has its own mechanism (or lacks one) for accessing environment variables, hindering code portability and the creation of cross-platform libraries. The proposal introduces a new property, [root].env, which will act as an immutable global object containing the environment variables.

https://github.com/wintercg/environment-metadata/issues/1