https://github.com/jaugustodev/typescript-deep-dive
💻 Concepts of TypeScript.
https://github.com/jaugustodev/typescript-deep-dive
Last synced: about 1 month ago
JSON representation
💻 Concepts of TypeScript.
- Host: GitHub
- URL: https://github.com/jaugustodev/typescript-deep-dive
- Owner: augustodevjs
- Created: 2023-03-16T13:11:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T20:03:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T11:44:19.865Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Structure
The project is divided into four main folders, each containing specific content about a particular aspect of TypeScript:
basic: contains the basic content of TypeScript, including data types, variables, functions, etc.
oop: contains content about object-oriented programming with TypeScript, such as classes, interfaces, inheritance, encapsulation, polymorphism, etc.
decorators: contains content about the usage of decorators in TypeScript, including how to create and use custom decorators.
generics: contains content about the usage of generics in TypeScript, including what generics are, how to use them in functions, classes, interfaces, etc.