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,…
Sometimes, we want to declare a delegate type in TypeScript. In this article, we’ll look…
Sometimes, we want to break a forEach loop in TypeScript. In this article, we’ll look…