Read an environment variable in a runtime-agnostic way. Returns undefined when process.env is not available (browsers, some bundlers) or the variable is unset.
undefined
process.env
Read an environment variable in a runtime-agnostic way. Returns
undefinedwhenprocess.envis not available (browsers, some bundlers) or the variable is unset.