Given any object, return a new object having removed all fields whose value was undefined. Works recursively on objects and arrays.
undefined
Attention: This function keeps circular references in the returned object.
Generated using TypeDoc
Given any object, return a new object having removed all fields whose value was
undefined
. Works recursively on objects and arrays.Attention: This function keeps circular references in the returned object.