TypeScript Check If String Is Number or Float
Recently, I was working with a TypeScript application where we needed to check if a string is a number or a float. After doing a bit of research, I figured out multiple methods to do so. In this tutorial, I will explain how to check if a string is a number or a float in … read more…