Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
NodeFactory
/
createConditionalTypeNode
create
Conditional
Type
Node
abstract
fun
createConditionalTypeNode
(
checkType
:
TypeNode
,
extendsType
:
TypeNode
,
trueType
:
TypeNode
,
falseType
:
TypeNode
)
:
ConditionalTypeNode
(
source
)