Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaykeeb3/cursor_typescript

Códigos referentes ao curso de Typescript.
https://github.com/kaykeeb3/cursor_typescript

Last synced: about 4 hours ago
JSON representation

Códigos referentes ao curso de Typescript.

Awesome Lists containing this project

README

        

# Cursor de Typescript
Esse repositório tem o código referente ao curso de Typescript

# Nele vimos deste os conceitos básicos até os mais complexos fundamentos.

## Conteúdo:

- inferência x annotation
- estrutura inicia
- tipos básicos
- arrays
- tuplas
- object literals
- any
- union type
- type alias
- enum
- literal types
- Interfaces...