Sometimes, we want to do method overloading in TypeScript. In this article, we’ll look at…
Month: April 2022
Sometimes, we want to fix the “Cannot find name ‘describe’. Do you need to install…
Sometimes, we want to use the spread syntax and new Set() together with TypeScript. In…
Sometimes, we want to fix ‘console.log are not allowed’ error with TypeScript tslint. In this…
Sometimes, we want to fix the “An async function or method in ES5/ES3 requires the…
Sometimes, we want to check for undefined in Typescript. In this article, we’ll look at…
Sometimes, we want to use TypeScript with native ES6 Promises. In this article, we’ll look…
Sometimes, we want to create an async constructor functions in TypeScript. In this article, we’ll…
Sometimes, we want to use getters or setters in interface definition with TypeScript. In this…
Sometimes, we want to check against custom type with ‘typeof’ in TypeScript. In this article,…