Hacker News new | ask | show | jobs
by underwater 4035 days ago
This does runtime checking. Flow and Typescript do static type checking. Which, as long as the systems are sound, means you don't need a runtime component.
1 comments

TypeScript isn't sound, and does rely on runtime checking for a small amount of stuff. I don't know about Flow.