niieani/typescript-vs-flowtype

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

Open

#35 opened on Jun 7, 2018

View on GitHub
 (1 comment) (1 reaction) (0 assignees) (76 forks)github user discovery
help wanted

Repository metrics

Stars
 (1,727 stars)
PR merge metrics
 (PR metrics pending)

Description

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).

Contributor guide