Can Kotlin JS understand typescript definition fil...
# javascript
f
Can Kotlin JS understand typescript definition files exported by libraries?
b
directly no, but you can use ts2kt to convert them to kotlin https://github.com/Kotlin/ts2kt
👍 2