mariusschulz.com
TypeScript 2.8: Mapped Type Modifiers
1
With TypeScript 2.8, mapped types have gained the ability to add or remove a particular modifier from a property. Previously, it was only possible to add modifiers to properties, but not remove them. Read full article