mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06: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:
commit
72a6f8e856
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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user