danvk / effective-typescript

Effective TypeScript 2nd Edition: 83 Specific Ways to Improve Your TypeScript
https://effectivetypescript.com
Other
1.53k stars 226 forks source link

Unionize and Objectify: A Trick for Applying Conditional Types to Objects #31

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

Unionize and Objectify: A Trick for Applying Conditional Types to Objects

Effective TypeScript: Unionize and Objectify: A Trick for Applying Conditional Types to Objects

https://effectivetypescript.com/2020/05/12/unionize-objectify/

nicu-chiciuc commented 9 months ago

Great article