index.ts
test.ts
node_modules
type-assertions
index.ts
Files
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
Welcome to:
................................................................
. .
. #################### #################### E .
. #################### #################### X .
. #### #### E .
. #### #### R .
. #### #################### C .
. #### #### I .
. #### #### S .
. #### #################### E .
. #### #################### S .
. .
................................................................
The goal: Let everyone play with many different TypeScript features
and get an overview of TypeScript capabilities and principles.
Things to cover:
1. Basic typing.
2. Refining types.
3. Union types.
4. Merged types.
5. Generics.
6. Type declarations.
7. Module augmentation.
Enter to Rename, Shift+Enter to Preview