Removes all own properties from an object or array.
The object or array to purge
The mutated object reference
purge({ a: 1 }); // {} Copy
purge({ a: 1 }); // {}
Removes all own properties from an object or array.