mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 01:34:55 -06:00
Merge pull request #9393 from zspitz/MSActiveXExtensions
Ms active x extensions
This commit is contained in:
commit
a91978e443
10
src/lib/scripthost.d.ts
vendored
10
src/lib/scripthost.d.ts
vendored
@ -276,3 +276,13 @@ interface VBArrayConstructor {
|
||||
}
|
||||
|
||||
declare var VBArray: VBArrayConstructor;
|
||||
|
||||
/**
|
||||
* Automation date (VT_DATE)
|
||||
*/
|
||||
interface VarDate { }
|
||||
|
||||
interface DateConstructor {
|
||||
new (vd: VarDate): Date;
|
||||
getVarDate: () => VarDate;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user