typescript-vs-flowtype icon indicating copy to clipboard operation
typescript-vs-flowtype copied to clipboard

Mention external projects trade-offs

Open niieani opened this issue 8 years ago • 0 comments

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)

niieani avatar Jan 25 '17 16:01 niieani