We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0ca1e commit a08fb56Copy full SHA for a08fb56
src/lib/es5.d.ts
@@ -238,7 +238,7 @@ interface ObjectConstructor {
238
* Returns the names of the enumerable string properties and methods of an object.
239
* @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.
240
*/
241
- keys(o: {}): string[];
+ keys(o: object): string[];
242
}
243
244
/**
0 commit comments