Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Total TypeScript
(Uncensored)
subscribe
Use 'extends' keyword to narrow the value of a generic (tip)
https://www.totaltypescript.com/tips/use-extends-keyword-to-narrow-the-value-of-a-generic
links
backlinks
The 'extends' keyword is very powerful in TypeScript. Here, I use it to narrow the value of a generic to enable some beautiful autocomplete/inference.