Sometimes, we want to fix isNan only accepting a number with TypeScript. In this article,…
Coding
Sometimes, we want to fix the “The left -hand and right hand side of an…
Sometimes, we want to extend String prototype with TypeScript. In this article, we’ll look at…
Sometimes, we want to create the GUID class with TypeScript. In this article, we’ll look…
Sometimes, we want to add custom typings in TypeScript. In this article, we’ll look at…
Sometimes, we want to fix the ‘tsc is not recognized as internal or external command’…
Sometimes, we want to access static methods in TypeScript. In this article, we’ll look at…
Sometimes, we want to take object out of array based on attribute value with TypeScript.…
Sometimes, we want to get a function’s return value type with TypeScript. In this article,…
Sometimes, we want to combine members of multiple types in a TypeScript annotation. In this…