Typescript: Difference between revisions

From wikinotes
Line 35: Line 35:
{|
{|
|-
|-
| [[typescript tsc]]
| [[typescript compilers]]
|-
|-
|}
|}
</blockquote><!-- Tools -->
</blockquote><!-- Tools -->

Revision as of 02:55, 11 December 2022

javascript with compile-time type-checking.
it's runtime behaviour remains untyped.

Documentation

official docs https://www.typescriptlang.org/docs/
homepage https://www.typescriptlang.org/

Intro/Reference

Syntax

typescript interface

Tools

typescript compilers