Sometimes, we want to declare an array in TypeScript. In this article, we’ll look at…
Month: April 2022
Sometimes, we want to configure custom global interfaces (.d.ts files) for TypeScript. In this article,…
Sometimes, we want to use Object.values with TypeScript. In this article, we’ll look at how…
Sometimes, we want to test for array of string type in TypeScript. In this article,…
Sometimes, we want to fix the ‘Missing file extension “ts” import/extensions’ error with TypeScript and…
Sometimes, we want to define interfaces for nested objects with TypeScript. In this article, we’ll…
Sometimes, we want to create a global variable in TypeScript. In this article, we’ll look…
Sometimes, we want to export an imported interface with TypeScript. In this article, we’ll look…
Sometimes, we want to add an optional function in Interface with TypeScript. In this article,…
Sometimes, we want to add types for functions with variable argument counts with TypeScript. In…