You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns an array of values of the enumerable properties of an object
11
11
* @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
@@ -23,7 +23,7 @@ Index: es2017.object.d.ts
23
23
+ * Returns an array of values of the enumerable properties of an object
24
24
+ * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
* Returns an array of key/values of the enumerable properties of an object
@@ -42,7 +42,7 @@ Index: es2017.object.d.ts
42
42
+ * Returns an array of key/values of the enumerable properties of an object
43
43
+ * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
0 commit comments