Slide 9
Slide 9 text
TypeScript: Summary
Typed Superset of JavaScript
Almost all valid JavaScript is valid TypeScript*
Compiles to JavaScript
Provides optional static type checking at compile time
For most existing JavaScript libraries there are type
definitions available
Provides Interfaces, Classes, Modules, Enums, Generics and
more
Open Source: Apache 2.0 License
Created by Microsoft
* Exceptions mostly related to type inference
6/23/2015 © Kai Tödter, Licensed under a Creative Commons Attribution 4.0 International License. 9