TypeScript: Typing Dynamic Objects and Subsets with Generics
How to use keyof, in, and extends keywords to type dynamic functions in TypeScript
8 min readFeb 28, 2021
--
TypeScript gained popularity over 2020 and is now in the upper bracket of the programming salary range. If you are a JavaScript developer you have most likely been exposed to TypeScript in some project you have worked on.