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 Mar 27, 2019
1 parent 0b0ca1e commit a08fb56
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 a08fb56

Please sign in to comment.