#types
Read more stories on Hashnode
Articles with this tag
Utilizing & or | for Combining Types in TypeScript · Today, I reviewed a piece of code where a variable could be of two types, but to enhance...
Optimizing Your Code with TypeScript Type Checking · In Typescript, we have to check for values types like boolean, string, object instance from class,...