Hacker News new | ask | show | jobs
by Thasc 3301 days ago
It's not exactly a general solution fit for all situations and persons and purposes, but there's always TypeScript.
1 comments

Typescript's increasing ability to type check JS code without modification (especially if it already has JSDoc comments or is already using npm-installed libraries with type information) is moving it to be a better fit as a solution for more situations.