chenxiaochun / blog

🖋️ChenXiaoChun's blog
181 stars 15 forks source link

javascript的静态类型检查库:Flow.js #39

Open chenxiaochun opened 6 years ago

chenxiaochun commented 6 years ago

Flow 是一个针对 javascript 的静态类型检查器。它可以使你的工作更高效,使你编写出来的代码运行更快、更健壮。

Flow 通过代码中的“静态类型注释”来检查你的代码,这些措施可以确保你的代码会以你期望的方式去运行。

https://flow.org/en/docs/getting-started/