How to Console.log Typescript Type Output Value
Short answer is: You can’t
But there are other options! These options help you:
Expand the … N more … values in your intellisense pop-up window
Expand Type contracts to view all properties in a combined type without using the subtype names.
1 - U...
dozie.dev2 min read