typescript-vs-flowtype
typescript-vs-flowtype copied to clipboard
Mention external projects trade-offs
TS-only:
- using Closure Compiler thanks to type annotations https://github.com/angular/tsickle
- runtime type checking https://github.com/gcanti/io-ts
Flow-only:
- runtime type checking https://codemix.github.io/flow-runtime (future also possibly TS)