Not Currently Listening

Test Blog

It's all too common. You're coding away in TypeScript, utilizing an external library, and you're digging around the code for that type you just can't find and... bam! The type you’ve been searching for is not exported!

You could either re-create the types locally, fork the repository and export the types, or work with what you’ve got! Today, I’m going to show you how to do the latter.x