Sometimes, we want to fix the “Element implicitly has an ‘any’ type because type ‘Window’…
Month: April 2022
Sometimes, we want to use enum as interface key in TypeScript. In this article, we’ll…
Sometimes, we want to get enum keys as a union string type in TypeScript. In…
Sometimes, we want to check if two dates are in the same day or in…
Sometimes, we want to use generics in props in React in a functional component. In…
Sometimes, we want to define string literal union type from constants in TypeScript. In this…
Sometimes, we want to fix the error ‘”Unexpected token *” on import statement’ with Jest.…
Sometimes, we want to import a JavaScript library without definition file in a TypeScript file.…
Sometimes, we want to fix the error ‘”TS2322: Type ‘Timeout’ is not assignable to type…
Sometimes, we want to check if specific object is empty in TypeScript. In this article,…