Type helper that iterates through the fields of the type and coerces any null properties to undefined (including in union types).
null
undefined
This is primarily useful when an object with nullable properties wants to be serialized and have its null properties coerced to undefined.
Type helper that iterates through the fields of the type and coerces any
null
properties toundefined
(including in union types).