niieani / typescript-vs-flowtype

Differences between Flowtype and TypeScript -- syntax and usability
MIT License
1.74k stars 78 forks source link

specifying generic parameters during call-time is available in flow 72 #35

Open sibelius opened 6 years ago

sibelius commented 6 years ago

specifying generic parameters during call-time is available

https://github.com/facebook/flow/releases/tag/v0.72.0

Explicit type arguments in new and call expressions, e.g., f(x).

niieani commented 6 years ago

yup, this is great news, let's update the readme!