Login
From:
Lloyd Atkinson's Articles
(Uncensored)
subscribe
Going Further With TypeScript - Part 1: Mapped Types
https://www.lloydatkinson.net/posts/2022/going-further-with-typescript-part-1/
links
backlinks
Roast topics
Find topics
Find it!
Mapped types are one of the many powerful types available in TypeScript. I demonstrate how to use them to create two new utility types; Prefix and Suffix. - Tagged: TypeScript, Type Theory, Mapped Types, Advanced Typescript