Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
FileWatcherCallback
File
Watcher
Callback
typealias
FileWatcherCallback
=
(
fileName
:
String
,
eventKind
:
FileWatcherEventKind
,
<Error class: unknown class>
?
)
->
Unit
(
source
)