We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e73d58e + e8f674f commit 445cc8dCopy full SHA for 445cc8d
src/lib/es5.d.ts
@@ -216,7 +216,7 @@ interface ObjectConstructor {
216
* Returns the names of the enumerable properties and methods of an object.
217
* @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.
218
*/
219
- keys(o: any): string[];
+ keys(o: {}): string[];
220
}
221
222
/**
0 commit comments