Object
Object manipulation and inspection
Object manipulation and inspection
entries: Returns an array of key-value pairs from the input object.
merge: Returns a new object with the properties of the input objects merged together.
values: Returns the values of an object as an array.
entries: Returns an array of key-value pairs from the input object.
merge: Returns a new object with the properties of the input objects merged together.
values: Returns the values of an object as an array.