Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kaykeeb3/cursor_typescript
- Owner: kaykeeb3
- Created: 2023-03-01T11:16:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-28T12:02:40.000Z (over 1 year ago)
- Last Synced: 2024-05-08T18:33:14.788Z (6 months ago)
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...