diff options
Diffstat (limited to 'cli/dts/lib.es2020.symbol.wellknown.d.ts')
-rw-r--r-- | cli/dts/lib.es2020.symbol.wellknown.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.es2020.symbol.wellknown.d.ts b/cli/dts/lib.es2020.symbol.wellknown.d.ts index 4bac52fec..7df0a2f45 100644 --- a/cli/dts/lib.es2020.symbol.wellknown.d.ts +++ b/cli/dts/lib.es2020.symbol.wellknown.d.ts @@ -26,7 +26,7 @@ interface SymbolConstructor { * A regular expression method that matches the regular expression against a string. Called * by the String.prototype.matchAll method. */ - readonly matchAll: symbol; + readonly matchAll: unique symbol; } interface RegExp { |