Checks if a type can possibly be some number
IsNum<string | number> === true Copy
IsNum<string | number> === true
Checks if a type can possibly be some number