|
You are here |
weberdominik.com | ||
| | | | |
codewithstyle.info
|
|
| | | | | Advanced types section of TypeScript docs mentions some very useful built-in types as examples of conditional types and mapped types. I was surprised | |
| | | | |
effectivetypescript.com
|
|
| | | | | Effective TypeScript: The Golden Rule of Generics | |
| | | | |
kamranicus.com
|
|
| | | | | Override specific property type annotations using mapped, conditional, and intersection types with TypeScript for interfaces or classes | |
| | | | |
weberdominik.com
|
|
| | | Mapped types, introduced in TypeScript 2.1, can significantly reduce typing effort. They can be hard to understand though, as they unfold their full potential only in combination with other (complicated) features. | ||