mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 20:37:00 -05:00
Merge pull request #23920 from paulkoerbitz/master
Fix #21441: Add WSH as an alias for WScript in scripthost.d.ts
This commit is contained in:
5
src/lib/scripthost.d.ts
vendored
5
src/lib/scripthost.d.ts
vendored
@@ -201,6 +201,11 @@ declare var WScript: {
|
||||
Sleep(intTime: number): void;
|
||||
};
|
||||
|
||||
/**
|
||||
* WSH is an alias for WScript under Windows Script Host
|
||||
*/
|
||||
declare var WSH: typeof WScript;
|
||||
|
||||
/**
|
||||
* Represents an Automation SAFEARRAY
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user