Retrieve the value of an environment variable.
Environment variable name
undefined
const port = getEnv("PORT"); Copy
const port = getEnv("PORT");
Retrieve the value of an environment variable.