Omit keys whose runtime value is undefined from a shallow object. Returns a Partial with non-undefined value types preserved.
Input object shape.
Object to filter.
A shallow copy of obj without keys whose value is undefined.
obj
undefined
Omit keys whose runtime value is undefined from a shallow object. Returns a Partial with non-undefined value types preserved.