Sometimes, we want to add TypeScript types in object destructuring. In this article, we’ll look…
Coding
Sometimes, we want to extract the type of TypeScript interface property. In this article, we’ll…
Sometimes, we want to implement a TypeScript decorator. In this article, we’ll look at how…
Sometimes, we want to assert a type of an HTMLElement in TypeScript. In this article,…
Sometimes, we want to get the keys of a TypeScript interface as array of strings.…
Sometimes, we want to add public static const variables in TypeScript In this article, we’ll…
Sometimes, we want to define TypeScript callback types. In this article, we’ll look at how…
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…