📄️ Introduction
Welcome to the TypeScript handbook.
📄️ Basics
What is TypeScript?
📄️ Installation
Installing TypeScript
📄️ Functions
Function Annotations
📄️ Types
Type Annotations
📄️ Objects
Object Type Annotations
📄️ Advance Types
Literal Types
📄️ Generics
Generics let you write flexible, reusable, and type-safe functions, classes, or types.
📄️ Modules
Import Styles
📄️ Type Declaration
Ambient Declarations
📄️ Advance Features
Decorators
📄️ Practical Topics
Type Assertions vs Type Casting