toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
NodeFactory
/
createConditionalTypeNode
create
Conditional
Type
Node
abstract
fun
createConditionalTypeNode
(
checkType
:
TypeNode
,
extendsType
:
TypeNode
,
trueType
:
TypeNode
,
falseType
:
TypeNode
)
:
ConditionalTypeNode
(
source
)