mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-21 08:25:43 -05:00
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