Typescript

From wikinotes
Revision as of 03:06, 11 December 2022 by Will (talk | contribs) (→‎Syntax)

A superset of javascript that compiles to javascript, and includes compile-time type-checking.
it's runtime behaviour remains untyped.
The strictness of type-checks is configurable.

Documentation

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

Intro/Reference

Libraries

typescript libraries

Syntax

typescript variables
typescript datatypes
typescript interface

Tools

typescript compilers