getEnv

Gets an environment variable.

string
getEnv
(
string key
)

Parameters

key string

The name of the environment variable.

Return Value

Type: string

The value of the environment variable, or null.

Meta