Apr 18, 2017
NodeJS TypeScript is a typed superset of JavaScript that compiles to idiomatic JavaScript. (superset) means it adds a few features on top of JavaScript while staying aligned with ECMAScript; (typed) means it provides strong typing in the form of optional static types and compile-time checks.








