Skip to content

Commit

Permalink
Update src/lib/es5.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 2, 2019
1 parent b3c7a62 commit a7eed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/es5.d.ts
Expand Up @@ -238,7 +238,7 @@ interface ObjectConstructor {
* Returns the names of the enumerable string properties and methods of an object.
* @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.
*/
keys(o: {}): string[];
keys(o: object): string[];
}

/**
Expand Down

0 comments on commit a7eed53

Please sign in to comment.