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
Copy file name to clipboardExpand all lines: flow-typed/core.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ declare class Object {
128
128
* Returns an array of key/values of the enumerable properties of an object
129
129
* @param object Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
* Prevents the modification of existing property attributes and values, and prevents the addition of new properties.
@@ -220,7 +220,7 @@ declare class Object {
220
220
* Returns an array of values of the enumerable properties of an object
221
221
* @param object 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