Community

You Can Safely Apply Object-Spread To Null And Undefined Values in TypeScript 3.2.4

(Ben Nadel) I just wanted to share a cool feature of TypeScript that I stumbled across the other day: TypeScript will silently ignore the attempt to spread Null or Undefined values into an Object literal.