Is there a tool to convert Flow type annotations t...
# javascript
n
Is there a tool to convert Flow type annotations to Kotlin extern definitions?
b
No, why do you need it? Could you use ts2kt instead?
n
I want to use a library that has been developed with Flow, not with TypeScript
b
We don’t have plan to support Flow type annotations in near future, but please file an issue, maybe someday we will do it.
Also, maybe you can simply transform it to d.ts and use ts2kt? AFAIK in many cases Flow type annotations very close to TS declarations.