mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
remove GeneratorFunction global from lib.d.ts (#21615)
This commit is contained in:
committed by
Mohamed Hegazy
parent
d6f52c3477
commit
abe814f473
1
src/lib/es2015.generator.d.ts
vendored
1
src/lib/es2015.generator.d.ts
vendored
@@ -49,4 +49,3 @@ interface GeneratorFunctionConstructor {
|
||||
*/
|
||||
readonly prototype: GeneratorFunction;
|
||||
}
|
||||
declare var GeneratorFunction: GeneratorFunctionConstructor;
|
||||
|
||||
Reference in New Issue
Block a user