Gideon Idoko

#utility   (1 post)

A Deep Dive into Utility Types in TypeScript cover image

A Deep Dive into Utility Types in TypeScript

May 22, 2022  |  14 mins read  |  Gideon Idoko

Utility types are helper generic types that can be used to create new types. Basically, utility types take other types as parameters and transform them into new types. TypeScript has some built-in...