Please enable Javascript
Requires your browser to have Javascript enabled.
Learn more
TypeScript Demo
TypeScript
superset of JavaScript - valid JavaScript is valid TypeScript
transpiles to ES5 or ES6
optional static typing
class-based object-oriented programming
module loading (amd, system, commonjs)
developed and maintained as an open source project by Microsoft on github
Anders Hejlsberg, known for Pascal and C# has worked on it
lot of ES6 and higher features supported
types
interfaces
classes
decorators
typeguards
destructuring
next