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,…
Sometimes, we want to fix the “Cannot find module” error with importing images in TypeScript…
Sometimes, we want to use Node.js require inside a TypeScript file. In this article, we’ll…