Search
Preparing search index...
The search index is not available
confound
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
confound
Index
Interfaces
Config
Value
Sources
Type aliases
Config
Fetcher
Config
For
Config
Value
Source
Functions
config
Value
Source
Object literals
Config
Value
Sources
Type aliases
Config
Fetcher
Config
Fetcher<T>
:
(
)
=>
Promise
<
T
>
Type parameters
T
Type declaration
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
Config
For
Config
For<T>
:
{}
Type parameters
T
Type declaration
Config
Value
Source
Config
Value
Source<T>
:
ConfigFetcher
<
T
>
&
{
flatMap
:
<S>
(
f
:
(
t
:
T
)
=>
ConfigValueSource
<
S
>
)
=>
ConfigValueSource
<
S
>
;
map
:
<S>
(
f
:
(
t
:
T
)
=>
S
|
Promise
<
S
>
)
=>
ConfigValueSource
<
S
>
}
Type parameters
T
Functions
Const
config
Value
Source
config
Value
Source<T>
(
cf
:
ConfigFetcher
<
T
>
)
:
(Anonymous function)
&
{
flatMap
:
any
;
map
:
any
}
Type parameters
T
Parameters
cf:
ConfigFetcher
<
T
>
Returns
(Anonymous function)
&
{
flatMap
:
any
;
map
:
any
}
Object literals
Const
Config
Value
Sources
Config
Value
Sources
:
object
env
env
(
n
:
string
)
:
ConfigValueSource
<
undefined
|
string
>
Parameters
n:
string
Returns
ConfigValueSource
<
undefined
|
string
>
env
Or
env
Or
(
e
:
string
, defaultVal
:
string
)
:
ConfigValueSource
<
string
>
Parameters
e:
string
defaultVal:
string
Returns
ConfigValueSource
<
string
>
env
OrDie
env
OrDie
(
e
:
string
)
:
ConfigValueSource
<
string
>
Parameters
e:
string
Returns
ConfigValueSource
<
string
>
lit
lit<T>
(
t
:
T
|
Promise
<
T
>
)
:
ConfigValueSource
<
T
>
Type parameters
T
Parameters
t:
T
|
Promise
<
T
>
Returns
ConfigValueSource
<
T
>
obj
obj<T>
(
config
:
ConfigFor
<
T
>
)
:
ConfigValueSource
<
any
>
Type parameters
T
Parameters
config:
ConfigFor
<
T
>
Returns
ConfigValueSource
<
any
>
of
of<T>
(
cf
:
(
)
=>
Promise
<
T
>
)
:
ConfigValueSource
<
T
>
Type parameters
T
Parameters
cf:
(
)
=>
Promise
<
T
>
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
Returns
ConfigValueSource
<
T
>
or
or<T>
(
cvs
:
ConfigValueSource
<
T
|
undefined
>
, defaultVal
:
T
)
:
ConfigValueSource
<
T
>
Type parameters
T
Parameters
cvs:
ConfigValueSource
<
T
|
undefined
>
defaultVal:
T
Returns
ConfigValueSource
<
T
>
or
Die
or
Die<T>
(
cvs
:
ConfigValueSource
<
T
|
undefined
>
, failureMsg
:
string
)
:
ConfigValueSource
<
T
>
Type parameters
T
Parameters
cvs:
ConfigValueSource
<
T
|
undefined
>
failureMsg:
string
Returns
ConfigValueSource
<
T
>
Globals
Config
Value
Sources
Config
Fetcher
Config
For
Config
Value
Source
config
Value
Source
Config
Value
Sources
Generated using
TypeDoc