mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 02:35:48 -05:00
Merge branch 'master' into libReference
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