Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
Visitor
Visitor
typealias
Visitor
<
TIn
,
TOut
>
=
(
node
:
TIn
)
->
VisitResult
<
TOut
>
(
source
)
A function that accepts and possibly transforms a node.