TypeScript

From Wiki RB4

Concept

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript wird während des Entwicklungsvorgangs mit Hilfe eines Transpilers (eine Sonderform eines Compilers) in JavaScript übersetzt.

Language

Type Annotations

Interfacess

Installation

C:\Uwes\Programme\nodejs>npm install -g typescript

Resources