Skip to content

Commit da05ced

Browse files
committed
Fix Symbol.valueOf method signature
1 parent 381960f commit da05ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2015.symbol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ interface Symbol {
33
toString(): string;
44

55
/** Returns the primitive value of the specified object. */
6-
valueOf(): Object;
6+
valueOf(): symbol;
77
}
88

99
interface SymbolConstructor {

0 commit comments

Comments
 (0)