Creates a push iterable over the property key/value entries of the given object.
A list of keys is constructed using Reflect.ownKeys().
Reflect.ownKeys()
Object type.
An object to select keys and values from.
New push iterable of object property entries.
Generated using TypeDoc
Creates a push iterable over the property key/value entries of the given object.
A list of keys is constructed using
Reflect.ownKeys()
.