mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added '[Symbol.toStringTag]' property to 'GeneratorFunction'.
This commit is contained in:
Vendored
+1
-1
@@ -565,7 +565,7 @@ interface IterableIterator<T> extends Iterator<T> {
|
||||
}
|
||||
|
||||
interface GeneratorFunction extends Function {
|
||||
|
||||
[Symbol.toStringTag]: string;
|
||||
}
|
||||
|
||||
interface GeneratorFunctionConstructor {
|
||||
|
||||
Reference in New Issue
Block a user