Function: getObject()
Function: getObject()
Get the specified env variable value as an object.
Param
The environment variable key.
Param
Options for retrieving the value.
Call Signature
function getObject(key): undefined | Record<string, any>;
Get the specified env variable value as an object.
Parameters
key
string
The environment variable key.
Returns
undefined
| Record
<string
, any
>
The value as an object.
Param
The environment variable key.
Param
Options for retrieving the value.
Call Signature
function getObject(key, options): undefined | Record<string, any>;
Get the specified env variable value as an object.
Parameters
key
string
The environment variable key.
options
Options for retrieving the value.
Returns
undefined
| Record
<string
, any
>
The value as an object.
Param
The environment variable key.
Param
Options for retrieving the value.