Introduction
Présentation
Installation
Système de types
boolean
number
string
tableau
tuple
void
any
enum
cast
Fonction
Interface
Classe
Bibliothèque externe
Décorateurs
Travaux Pratiques
#1 Syntaxe TypeScript
#2 BreizhCamp App
Published with GitBook
any
any
Peut-être de n’importe quel type.
Exemple
let
a1:
any
=
true
; a1 =
"val"
; a1 =
2
;
results matching "
"
No results matching "
"