Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Total TypeScript
(Uncensored)
subscribe
Turn a module into a type (tip)
https://www.totaltypescript.com/tips/turn-a-module-into-a-type
links
backlinks
Want to turn a module into a type? You can use typeof import('./') to grab the type of any module, even third-party ones.