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
tuple
tuple
Syntaxe
[ TYPE1, TYPE2, ...]
Exemple
let
tuple: [
number
,
string
,
number
] = [
1
,
"nb2"
,
3
];
results matching "
"
No results matching "
"