Get system env variables. For Node.js environment get variables from process.env at runtime. For Browser environment get variables from .env at buildtime.
The environment variable key.
The value of the environment variable.
Get system env variables. For Node.js environment get variables from process.env at runtime. For Browser environment get variables from .env at buildtime.