Returns an array of key-value pairs for the given object. Works like Object.entries but with type handling.
Object.entries
The object to return entries for.
Returns an array of key-value pairs for the given object. Works like
Object.entriesbut with type handling.