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

https://github.com/pavanpodila/domain-modeling-with-typescript


https://github.com/pavanpodila/domain-modeling-with-typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

- Type System
- Structural vs Nominal
- Declaration Merging
- Type Declarations
- interface
- class
- type alias
- inline type
- Enums
- Classic enums
- String enums
- Numeric enums
- String literal union
- Number literal union
- Algebraic Data Types
- Union types
- Intersection types
- Type Guards and Type Narrowing
- Generics
- Special Types
- Optional
- Nullable
- Tuples
- never
- unknown
- Mapped Types