Skip to content

Commit e8f674f

Browse files
authored
Update es5.d.ts
1 parent 8a1cd33 commit e8f674f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/es5.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ interface ObjectConstructor {
216216
* Returns the names of the enumerable properties and methods of an object.
217217
* @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.
218218
*/
219-
keys(o: any): string[];
219+
keys(o: {}): string[];
220220
}
221221

222222
/**

0 commit comments

Comments
 (0)