Hacker News new | ask | show | jobs
by Ciantic 4084 days ago
As long as typed syntax of Flow and TypeScript are compatible, it doesn't matter what they do with Flow.

There are things Flow gets right compared to TypeScript. For instance requiring to check the nullness when using the question mark type e.g. `SomeType?`.

1 comments

They are not compatible in one quite important area. Declaration files syntax for external modules is different for flow and typescript.