Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.12 KB

File metadata and controls

38 lines (25 loc) · 1.12 KB

🚀 TypeScript Advanced

This repository contains structured examples and explanations of advanced TypeScript concepts, including types, overrides, namespaces, and module augmentations. Each section presents TypeScript features with practical examples and explanations.

drawing

🏁 How to Use

  1. Clone the repository:
    git clone https://github.com/bodnya29179/Typescript-Advanced.git
    
  2. Install dependencies:
    npm install

💪 TypeScript library with better type definitions

It includes declared types in *.d.ts files based on different versions of ECMAScript:

https://github.com/uhyo/better-typescript-lib

🔗 Repository link

🔗 https://github.com/bodnya29179/Typescript-Advanced.git

or

drawing

📚 Resources