mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Merge pull request #9405 from zspitz/patch-1
getVarDate should be on the Date interface
This commit is contained in:
5
src/lib/scripthost.d.ts
vendored
5
src/lib/scripthost.d.ts
vendored
@@ -284,5 +284,8 @@ interface VarDate { }
|
||||
|
||||
interface DateConstructor {
|
||||
new (vd: VarDate): Date;
|
||||
}
|
||||
|
||||
interface Date {
|
||||
getVarDate: () => VarDate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user