@salesforce/core
Preparing search index...
config/envVars
EnvVars
Class EnvVars
Hierarchy
Env
EnvVars
Index
Constructors
constructor
Methods
as
Dictionary
as
Map
get
Property
From
Env
property
To
Env
Name
Constructors
constructor
new
EnvVars
(
env
?:
ProcessEnv
)
:
EnvVars
Parameters
env
:
ProcessEnv
= process.env
Returns
EnvVars
Methods
as
Dictionary
asDictionary
()
:
Dictionary
<
unknown
>
Returns
Dictionary
<
unknown
>
as
Map
asMap
()
:
Map
<
string
,
unknown
>
Returns
Map
<
string
,
unknown
>
get
Property
From
Env
getPropertyFromEnv
<
T
>
(
property
:
string
,
prefix
?:
string
)
:
Nullable
<
T
>
Type Parameters
T
Parameters
property
:
string
prefix
:
string
= ...
Returns
Nullable
<
T
>
Static
property
To
Env
Name
propertyToEnvName
(
property
:
string
,
prefix
?:
string
)
:
string
Parameters
property
:
string
prefix
:
string
= ...
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
as
Dictionary
as
Map
get
Property
From
Env
property
To
Env
Name
@salesforce/core
Loading...