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

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.

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.