filterUndefined
Filters out properties with undefined or null values from the provided object.
Import
Usage
Parameters
obj
T
the object from which to remove properties with undefined or null values
Returns
T
the object with undefined or null properties removed