Any plan for having something similar to <https://...
# javascript
t
Any plan for having something similar to https://retyped.com ? Looks nice I think 😮 Could be a community effort though.
b
Yes, we are going to create repository with JS declarations.
Right now ts2kt can help you to translate d.ts files to kotlin
d
How does the ts2kt handle the union types?
b
For parameters, it tries to generate overloads but if it gets too many overloads it generates
dynamic
. And in other cases, it also generates
dynamic
.