Merge branch 'master' into libReference

This commit is contained in:
Ron Buckton
2018-05-09 11:19:18 -07:00
200 changed files with 3947 additions and 1327 deletions

View File

@@ -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
*/