A few uncommon but useful typescript types - with examples — Introduction Typescript is awesome! It allows developers to use primitive and user-defined types in javascript. Lately, more and more javascript frameworks are providing firsthand Typescript support; Angular, Vue, NodeGUI and many more. If you haven’t tried it out yet, I would highly recommend it. You can get started here. Disclaimer: This…