Function: getEmail()
Function: getEmail()
Get the specified env variable value as an email.
Param
The environment variable key.
Param
Options for retrieving the value.
Call Signature
function getEmail(key): undefined | string;
Get the specified env variable value as an email.
Parameters
key
string
The environment variable key.
Returns
undefined
| string
The value as an email.
Param
The environment variable key.
Param
Options for retrieving the value.
Call Signature
function getEmail(key, options): string;
Get the specified env variable value as an email.
Parameters
key
string
The environment variable key.
options
Options for retrieving the value.
Returns
string
The value as an email.
Param
The environment variable key.
Param
Options for retrieving the value.