mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Typing for Enumerator constructor on Dictionary
This commit is contained in:
Vendored
+2
-1
@@ -458,7 +458,8 @@ interface ActiveXObject {
|
||||
}
|
||||
|
||||
interface EnumeratorConstructor {
|
||||
new(col: Scripting.Dictionary): any;
|
||||
// tslint:disable-next-line:no-unnecessary-generics
|
||||
new<TKey, TItem>(col: Scripting.Dictionary<TKey, TItem>): TItem;
|
||||
new(col: Scripting.Drives): Scripting.Drive;
|
||||
new(col: Scripting.Files): Scripting.File;
|
||||
new(col: Scripting.Folders): Scripting.Folder;
|
||||
|
||||
Reference in New Issue
Block a user