Returns an array of key/value pairs from an object. (Note: This is just a typed wrapper around the native Object.entries method)
Type of the keys that composed the source.
source
Type of the values that composed the source.
Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
An array of (key, value) tuples.
Generated using TypeDoc
Returns an array of key/value pairs from an object. (Note: This is just a typed wrapper around the native Object.entries method)