Migrate JavaScript to TypeScript in a smooth way — I really enjoy using Javascript for so many reasons: speed of development, ease of use, versatility, popularity, powerful frameworks, programming features, and so on. But, sometimes, it can be such a nightmare. You may be familiar with several things such as: // what the hell?
typeof null === 'object'
// yikes
'1'…