Expand description
Access to environment variables when running natively or
on top of Node.js (via process.env).
Functionsยง
- var
- Returns the value of the environment variable
_key, reading from the process environment natively or fromprocess.envunder Node.js. ReturnsVarError::NotPresentif the variable is unset.