Skip to content

Commit f354bf9

Browse files
committed
Update TOC
1 parent f130035 commit f354bf9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!--toc:start-->
2-
32
- [TypeScript Learning](#typescript-learning)
43
- [Parte 1/2: TypeScript for JavaScript Programmers](#parte-12-typescript-for-javascript-programmers)
54
- [Tipos por Inferência](#tipos-por-inferência)
@@ -27,10 +26,14 @@
2726
- [Type Annotations em variáveis](#type-annotations-em-variáveis)
2827
- [Funções](#funções)
2928
- [Type Annotations nos parâmetros](#type-annotations-nos-parâmetros)
30-
- [Type annotation no retorno](#type-annotation-no-retorno)
31-
- [Funções que retornam Promises](#funções-que-retornam-promises)
32-
- [Funções anônimas](#funções-anônimas)
29+
- [Type annotation no retorno](#type-annotation-no-retorno)
30+
- [Funções que retornam Promises](#funções-que-retornam-promises)
31+
- [Funções anônimas](#funções-anônimas)
3332
- [Tipando objetos](#tipando-objetos)
33+
- [Propriedades opcionais (`?`)](#propriedades-opcionais)
34+
- [Union Types](#union-types)
35+
- [Definição vagamente matemática](#definição-vagamente-matemática)
36+
- [Trabalhando com Unions](#trabalhando-com-unions)
3437
- [Projetos de exemplo neste repositório](#projetos-de-exemplo-neste-repositório)
3538
- [Bibliografia](#bibliografia)
3639
<!--toc:end-->

0 commit comments

Comments
 (0)