Search
Preparing search index...
The search index is not available
@btilford/ts-base - v1.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Env
Class Env
Hierarchy
Env
Implements
Props
Index
Constructors
constructor
Methods
get
Config
get
Prop
load
root
Constructors
constructor
new
Env
(
props
:
Record
<
string
,
string
>
, parent
?:
Props
)
:
Env
Parameters
props:
Record
<
string
,
string
>
Optional
parent:
Props
Returns
Env
Methods
get
Config
get
Config
(
prefix
:
string
|
{
fqn
:
string
}
)
:
Props
Parameters
prefix:
string
|
{
fqn
:
string
}
Returns
Props
get
Prop
get
Prop
(
key
:
Key
, or
?:
string
|
Supplier
<
string
|
undefined
>
)
:
string
|
undefined
Parameters
key:
Key
Optional
or:
string
|
Supplier
<
string
|
undefined
>
Returns
string
|
undefined
Static
load
load
(
suppliers
:
Supplier
<
Record
<
string
,
string
>
>
[]
, root
?:
boolean
)
:
Env
Parameters
suppliers:
Supplier
<
Record
<
string
,
string
>
>
[]
Default value
root:
boolean
= false
Returns
Env
Static
root
root
(
)
:
Env
|
undefined
Returns
Env
|
undefined
Globals
Env
constructor
get
Config
get
Prop
load
root
Generated using
TypeDoc