Typescript: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 30: Line 30:
|}
|}
</blockquote><!-- Syntax -->
</blockquote><!-- Syntax -->
= Tools =
<blockquote>
{| class="wikitable"
|-
| [[typescript tsc]]
|-
|}
</blockquote><!-- Tools -->

Revision as of 02:54, 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 tsc