Typescript: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 12: Line 12:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Intro/Reference =
<blockquote>
{|
|-
|
|-
|}
</blockquote><!-- Intro/Reference -->
= Syntax =
<blockquote>
{|
|-
| [[typescript interface]]
|-
|}
</blockquote><!-- Syntax -->

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