Sometimes, we want to fix the ‘Index signature is missing in type’ error with TypeScript.…
Month: April 2022
Sometimes, we want to fix the “Cannot find module ‘fs’” error with TypeScript. In this…
Sometimes, we want to declare and import TypeScript interfaces in a separate file. In this…
Sometimes, we want to set window.location with TypeScript. in this article, we’ll look at how…
Sometimes, we want to import moment.js with TypeScript. In this article, we’ll look at how…
Sometimes, we want to use enum as a restricted key type in TypeScript. In this…
Sometimes, we want to convert a boolean a to string value with TypeScript. In this…
Sometimes, we want to extend the Error class with TypeScript. In this article, we’ll look…
Sometimes, we want to check multiple arguments on multiple calls for Jest spies. In this…
Sometimes, we want to add functions to an enum with TypeScript. In this article, we’ll…