Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-node
/
node.readline
/
AsyncCompleter
Async
Completer
typealias
AsyncCompleter
=
(
line
:
String
,
callback
:
(
<Error class: unknown class>
?
,
result
:
CompleterResult
?
)
->
Unit
)
->
Unit
(
source
)