@adviser/cement - v0.0.0
Preparing search index...
NodeEnvActions
Class NodeEnvActions
Implements
EnvActions
Index
Constructors
constructor
Properties
_
env
opts
Methods
new
register
active
keys
get
set
delete
Constructors
Private
constructor
new
NodeEnvActions
(
opts
:
Partial
<
EnvFactoryOpts
>
)
:
NodeEnvActions
Parameters
opts
:
Partial
<
EnvFactoryOpts
>
Returns
NodeEnvActions
Properties
Readonly
_
env
_env
:
Record
<
string
,
string
>
Readonly
opts
opts
:
Partial
<
EnvFactoryOpts
>
Methods
Static
new
new
(
opts
:
Partial
<
EnvFactoryOpts
>
)
:
EnvActions
Parameters
opts
:
Partial
<
EnvFactoryOpts
>
Returns
EnvActions
register
register
(
env
:
Env
)
:
Env
Parameters
env
:
Env
Returns
Env
active
active
()
:
boolean
Returns
boolean
keys
keys
()
:
string
[]
Returns
string
[]
get
get
(
key
:
string
)
:
string
|
undefined
Parameters
key
:
string
Returns
string
|
undefined
set
set
(
key
:
string
,
value
?:
string
)
:
void
Parameters
key
:
string
Optional
value
:
string
Returns
void
delete
delete
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
env
opts
Methods
new
register
active
keys
get
set
delete
@adviser/cement - v0.0.0
Loading...