@luolapeikko/result-option
Preparing search index...
MappedType
Type Alias MappedType<IsTrue, TrueType, FalseType>
MappedType
:
{
false
:
FalseType
;
true
:
TrueType
}
[
`
${
IsTrue
}
`
]
MappedType is a type that maps a boolean to a type.
Type Parameters
IsTrue
extends
boolean
TrueType
FalseType
Since
v1.0.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@luolapeikko/result-option
Loading...
MappedType is a type that maps a boolean to a type.