Skip to content

Commit b524795

Browse files
authored
Merge pull request #9405 from zspitz/patch-1
getVarDate should be on the Date interface
2 parents 47bee47 + 27e66b0 commit b524795

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/scripthost.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,8 @@ interface VarDate { }
284284

285285
interface DateConstructor {
286286
new (vd: VarDate): Date;
287+
}
288+
289+
interface Date {
287290
getVarDate: () => VarDate;
288-
}
291+
}

0 commit comments

Comments
 (0)