Search
Preparing search index...
The search index is not available
pyro-config - v0.1.0
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
pyro-config - v0.1.0
Index
Classes
Config
Interfaces
Base
Attribute
Boolean
Attribute
Config
Value
Object
Custom
Attribute
Nullable
Attribute
Number
Attribute
String
Attribute
Type aliases
Attribute
Config
Type
Config
Value
Custom
Config
Value
Schema
Simple
Config
Value
Functions
Custom
Parser
parse
parse
Boolean
Value
parse
Number
Value
parse
String
Value
Object literals
test
Config
Schema
Type aliases
Attribute
Attribute
:
BooleanAttribute
|
StringAttribute
|
NumberAttribute
|
CustomAttribute
Config
Type
Config
Type<C, S>
:
{}
Type parameters
C
:
ConfigValueObject
S
:
Schema
<
C
>
Type declaration
Config
Value
Config
Value
:
SimpleConfigValue
|
CustomConfigValue
Custom
Config
Value
Custom
Config
Value
:
(
value
:
string
|
null
|
undefined
, attribute
:
CustomAttribute
)
=>
ReturnType
<
SimpleConfigValue
>
Type declaration
(
value
:
string
|
null
|
undefined
, attribute
:
CustomAttribute
)
:
ReturnType
<
SimpleConfigValue
>
Parameters
value:
string
|
null
|
undefined
attribute:
CustomAttribute
Returns
ReturnType
<
SimpleConfigValue
>
Schema
Schema<C>
:
{}
Type parameters
C
:
ConfigValueObject
Type declaration
Simple
Config
Value
Simple
Config
Value
:
StringConstructor
|
NumberConstructor
|
BooleanConstructor
Functions
Custom
Parser
Custom
Parser
(
value
:
string
|
null
|
undefined
)
:
string
Parameters
value:
string
|
null
|
undefined
Returns
string
parse
parse
(
value
:
string
|
null
|
undefined
, attribute
:
Attribute
)
:
any
Parameters
value:
string
|
null
|
undefined
attribute:
Attribute
Returns
any
parse
Boolean
Value
parse
Boolean
Value
(
value
:
string
|
null
|
undefined
, attribute
:
BooleanAttribute
)
:
boolean
Parameters
value:
string
|
null
|
undefined
attribute:
BooleanAttribute
Returns
boolean
parse
Number
Value
parse
Number
Value<T>
(
value
:
string
|
null
|
undefined
, attribute
:
T
)
:
number
|
null
Type parameters
T
:
NumberAttribute
Parameters
value:
string
|
null
|
undefined
attribute:
T
Returns
number
|
null
parse
String
Value
parse
String
Value<T>
(
value
:
string
|
null
|
undefined
, attribute
:
T
)
:
string
|
null
Type parameters
T
:
StringAttribute
Parameters
value:
string
|
null
|
undefined
attribute:
T
Returns
string
|
null
Object literals
Const
test
Config
Schema
test
Config
Schema
:
object
boolean
Value
boolean
Value
:
object
description
description
:
string
= "Test description"
type
type
:
BooleanConstructor
= Boolean
custom
Value
custom
Value
:
object
description
description
:
string
= "Test description"
type
type
:
CustomParser
= CustomParser
number
Value
number
Value
:
object
description
description
:
string
= "Test description"
type
type
:
NumberConstructor
= Number
string
Value
string
Value
:
object
description
description
:
string
= "Test description"
type
type
:
StringConstructor
= String
Globals
Config
Base
Attribute
Boolean
Attribute
Config
Value
Object
Custom
Attribute
Nullable
Attribute
Number
Attribute
String
Attribute
Attribute
Config
Type
Config
Value
Custom
Config
Value
Schema
Simple
Config
Value
Custom
Parser
parse
parse
Boolean
Value
parse
Number
Value
parse
String
Value
test
Config
Schema
Generated using
TypeDoc