Queries for a named environment variable.
The name of the environment variable to look up.
The default value if the named variable is not defined.
string
The queried environment variable.
boolean
Whether the current process is Node's native process object.
Sets an environment value. If the new value is either null or undefined, the environment variable will be cleared.
The value to set.
The new value; will be coerced to a string.