Sometimes, we want to get an object’s class name at runtime with TypeScript. In this…
Coding
Sometimes, we want to fix the “error TS2533: Object is possibly ‘null’ or ‘undefined’” error…
Sometimes, we want to add a class type check in TypeScript. In this article, we’ll…
Sometimes, we want to fix “The property ‘value’ does not exist on value of type…
Sometimes, we want to set an object to the Date type with TypeScript. In this…
Sometimes, we want to declare and initialize a dictionary in TypeScript. In this article, we’ll…
Sometimes, we want to add field initializers with TypeScript. In this article, we’ll look at…
Sometimes, we want to fix the ‘An index signature parameter type cannot be a union…
Sometimes, we want to create an enum with string values with TypeScript. In this article,…
Sometimes, we want to fix the “Type ‘string’ is not assignable to type” error with…