Hacker News new | ask | show | jobs
by s_y_n_t_a_x 2481 days ago
Dynamic type checking? What?

You can turn strict mode on and remove the 'any' type.

It's for transitioning your JS codebase or if you don't need 100% soundness.

I like to type the core of the app and slowly type other less important things when I have time.