Skip to content

Commit 445cc8d

Browse files
authored
Merge pull request #17261 from unional/patch-2
Update es5.d.ts
2 parents e73d58e + e8f674f commit 445cc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)