Sometimes, we want to define TypeScript callback types. In this article, we’ll look at how…
Month: April 2022
Sometimes, we want to produce a .d.ts type definition file from an existing JavaScript library.…
Sometimes, we want to use the is keyword do in TypeScript. In this article, we’ll…
Sometimes, we want to implement sleep function in TypeScript. In this article, we’ll look at…
Sometimes, we want to set event object TypeScript types with React. In this article, we’ll…
Sometimes, we want to sort an array with TypeScript. In this article, we’ll look at…
Sometimes, we want to use the for-of loop with index and key with TypeScript. In…
Sometimes, we want to get a variable type in TypeScript. In this article, we’ll look…
Sometimes, we want to parse JSON string in TypeScript. In this article, we’ll look at…
Sometimes, we want to set default property value in React component using TypeScript. In this…