Returns an array of values for the given object. Works like Object.values but with type handling.
Object.values
The object to return values for.
Returns an array of values for the given object. Works like
Object.valuesbut with type handling.