Skip to content

Commit a2d42a6

Browse files
committed
Add WSH as an alias for WScript in scripthost.d.ts
1 parent 1fd1dff commit a2d42a6

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)