how does kotlinjs interact with existing typescrip...
# javascript
b
how does kotlinjs interact with existing typescript definitions?
d
You can use Dukat to generate external declarations that can be used in Kotlin, but the tool is experimental Otherwise, Kotlin doesn't care or know about typescript definitions
h
Dukat is far from perfect, but you could generate the kotlin definitions once and fix the errors manually
b
sounds good, thanks!