Slawomir Moriakslamcode.hashnode.dev·Nov 30, 2023Set theory and 'keyof' spellThinking of TypeScript types as sets of properties lowered my learning curve of types system. Let me show you how, and what you can accomplish by following this rule. Dive into keyof and mapped types magic with the first article in the series. You ma...28 readsTypescript magichint