@adviser/cement - v0.0.0
Preparing search index...
EnvImpl
Class EnvImpl
Implements
Env
Index
Constructors
constructor
Properties
_
map
_
on
Set
Methods
gets
sets
_
update
Presets
_
apply
On
Set
keys
on
Set
get
set
delete
Constructors
constructor
new
EnvImpl
(
map
:
EnvMap
,
opts
:
Partial
<
EnvFactoryOpts
>
)
:
EnvImpl
Parameters
map
:
EnvMap
opts
:
Partial
<
EnvFactoryOpts
>
Returns
EnvImpl
Properties
Readonly
_
map
_map
:
EnvMap
Readonly
_
on
Set
_onSet
:
OnSetItem
[]
= []
Methods
gets
gets
(
...
kparams
:
KeysParam
)
:
Result
<
Record
<
string
,
string
>
>
Parameters
...
kparams
:
KeysParam
Returns
Result
<
Record
<
string
,
string
>
>
sets
sets
(
...
keys
:
EnvTuple
)
:
void
Parameters
...
keys
:
EnvTuple
Returns
void
_
update
Presets
_updatePresets
(
presetEnv
?:
Map
<
string
,
string
>
)
:
void
Parameters
Optional
presetEnv
:
Map
<
string
,
string
>
Returns
void
_
apply
On
Set
_applyOnSet
(
onSet
:
OnSetItem
[]
,
key
?:
string
,
value
?:
string
)
:
void
Parameters
onSet
:
OnSetItem
[]
Optional
key
:
string
Optional
value
:
string
Returns
void
keys
keys
()
:
string
[]
Returns
string
[]
on
Set
onSet
(
fn
:
OnSetFn
,
...
filter
:
string
[]
)
:
void
Parameters
fn
:
OnSetFn
...
filter
:
string
[]
Returns
void
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
_
map
_
on
Set
Methods
gets
sets
_
update
Presets
_
apply
On
Set
keys
on
Set
get
set
delete
@adviser/cement - v0.0.0
Loading...