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