Skip to content

Commit 72a6f8e

Browse files
authored
Merge pull request microsoft#23920 from paulkoerbitz/master
Fix microsoft#21441: Add WSH as an alias for WScript in scripthost.d.ts
2 parents 1fd1dff + a2d42a6 commit 72a6f8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/scripthost.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ declare var WScript: {
201201
Sleep(intTime: number): void;
202202
};
203203

204+
/**
205+
* WSH is an alias for WScript under Windows Script Host
206+
*/
207+
declare var WSH: typeof WScript;
208+
204209
/**
205210
* Represents an Automation SAFEARRAY
206211
*/

0 commit comments

Comments
 (0)