= typescript =
 * https://www.typescriptlang.org
 * https://www.typescriptlang.org/docs/tutorial.html
== install ==
    npm install -g typescript
== Compile ==
    tsc helloworld.ts 
== kate ==
https://github.com/PrettyFlower/KateTypeScriptSyntaxHighlighting
{{{
wget https://github.com/PrettyFlower/KateTypeScriptSyntaxHighlighting/raw/master/typescript.xml
cp typescript.xml /usr/share/apps/katepart/syntax/typescript.xml
}}}
With let keyword added
{{{#!highlight xml
        
    
    
Hello World!!! -- {this.text} -- {this.state.greetings}
Human {this.state.human != null ? this.state.human.getName() : ""} {this.state.currDate}