You thought you knew type? Well, you were wrong! — Lots of developers love TypeScript for many reasons, one of the being of course, the addition of type-safety into their lives. As you know, with TS you can write your code using predefined and custom types, and during the compilation process (also known as transpilation), your code will be checked…