Join Slack
Powered by
Is there a tool to convert Flow type annotations t...
# javascript
n
natpryce
11/24/2017, 3:21 PM
Is there a tool to convert Flow type annotations to Kotlin extern definitions?
b
bashor
11/24/2017, 4:54 PM
No, why do you need it? Could you use ts2kt instead?
n
natpryce
11/24/2017, 5:09 PM
I want to use a library that has been developed with Flow, not with TypeScript
b
bashor
11/24/2017, 5:57 PM
We don’t have plan to support Flow type annotations in near future, but please file an issue, maybe someday we will do it.
bashor
11/24/2017, 5:58 PM
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.
2
Views
Open in Slack
Previous
Next