Not work for flow
Closed this issue · 1 comments
huangyingjie commented
The following code using flow doesn't match.
function test(): Boolean {
...
}
romainl commented
There is no explicit support for Flow beyond type
imports, which was added by a user.
If you feel like expanding Flow support I would gladly read a PR or two.