summaryrefslogtreecommitdiff
path: root/cli/dts/lib.es2015.symbol.wellknown.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/dts/lib.es2015.symbol.wellknown.d.ts')
-rw-r--r--cli/dts/lib.es2015.symbol.wellknown.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/dts/lib.es2015.symbol.wellknown.d.ts b/cli/dts/lib.es2015.symbol.wellknown.d.ts
index d3a54c2dc..b2831957a 100644
--- a/cli/dts/lib.es2015.symbol.wellknown.d.ts
+++ b/cli/dts/lib.es2015.symbol.wellknown.d.ts
@@ -83,6 +83,11 @@ interface SymbolConstructor {
}
interface Symbol {
+ /**
+ * Converts a Symbol object to a symbol.
+ */
+ [Symbol.toPrimitive](hint: string): symbol;
+
readonly [Symbol.toStringTag]: string;
}