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

https://github.com/friedrith/discover-typescript

A repository to discover the benefits of typescripts
https://github.com/friedrith/discover-typescript

craftsmanship typescript

Last synced: 15 days ago
JSON representation

A repository to discover the benefits of typescripts

Awesome Lists containing this project

README

          

# discover-typescript

A repository to discover a lot of Typescript features and patterns.

- Generics:
- [Type Safety Without Losing Flexibility](./src/generics-type-safety-without-losing-flexibility.ts)
- [Avoid Code Duplication](./src/generics-avoid-code-duplication.ts)
- [Preserve Type Relationsips](./src/generics-preserve-type-relationships.ts)
- [Branded Types](./src/branded-types.ts)
- [Discriminated Unions](./src/discriminated-unions.ts)
- [Mapped Types](./src/mapped-types.ts)