Returns a new object containing all 'own' and 'inherited' enumerable properties from the prototype chain of the provided object.
The object to extract properties from
A plain object containing the flattened properties
const flat = allObject(myInstance); Copy
const flat = allObject(myInstance);
Returns a new object containing all 'own' and 'inherited' enumerable properties from the prototype chain of the provided object.