10 Sept 2022 | | With or without enums in TypeScript |
14 Jul 2022 | | Transform string literal type into camelCase in TypeScript |
10 Dec 2021 | | Advanced types / Holy.js 2021 notes |
7 Dec 2021 | | Extract object type with optional fields in TypeScript |
3 Dec 2021 | | Convert string literal type into number literal type in TypeScript |
29 Nov 2021 | | Split string literal type in TypeScript |
27 Nov 2021 | | Filter tuple type in TypeScript |
5 Jul 2021 | | TypeScript spread operator for 2 object types |
21 Jun 2021 | | Math.abs for string literal type in TypeScript |
19 Jun 2021 | | Transform string literal type into union of characters in TypeScript |
16 Jun 2021 | | Append key-value pair to object type in TypeScript |
13 Jun 2021 | | Flatten tuple type of tuples in TypeScript |
31 May 2021 | | Infer string length in TypeScript |
30 May 2021 | | Calculate all permutations of union type in TypeScript |
23 May 2021 | | Append argument type into function type in TypeScript |
22 May 2021 | | Replace all occurrences in string literal type in TypeScript |
17 May 2021 | | Replace occurrence in string literal type in TypeScript |
14 May 2021 | | Intrinsic string manipulation types in TypeScript |
11 May 2021 | | Trim string literal type in TypeScript |
10 May 2021 | | Trim left part of string literal type in TypeScript |
7 May 2021 | | Opaque Types in TypeScript |
6 May 2021 | | Extract under the hood in TypeScript |
4 May 2021 | | Promise.all types under the hood in TypeScript |
1 May 2021 | | Manipulation with elements of tuple type in TypeScript |
29 Apr 2021 | | Infer last element of tuple type in TypeScript |
28 Apr 2021 | | Chainable options type in TypeScript |
27 Apr 2021 | | Transform tuple type into a union in TypeScript |
25 Apr 2021 | | Recursive readonly object type in TypeScript |
23 Apr 2021 | | Conditionally readonly object type in TypeScript |
21 Apr 2021 | | Omit type under the hood in TypeScript |
19 Apr 2021 | | ReturnType under the hood in TypeScript |
16 Apr 2021 | | Includes type in TypeScript |
15 Apr 2021 | | TypeScript spread operator for 2 tuple types |
14 Apr 2021 | | If statement type in TypeScript |
13 Apr 2021 | | Awaited type under the hood in TypeScript |
12 Apr 2021 | | Exclude type under the hood in TypeScript |
9 Apr 2021 | | Infer tuple length in TypeScript |
8 Apr 2021 | | Infer first element of tuple type in TypeScript |
7 Apr 2021 | | Transform tuple type into object type with same key and value in TypeScript |
6 Apr 2021 | | Readonly type under the hood in TypeScript |
5 Apr 2021 | | Pick type under the hood in TypeScript |
4 Apr 2021 | | List of Type Challenges problems and solutions |
26 Mar 2021 | | Type-safe get function that extracts the value by paths in TypeScript |