diff --git a/moment/moment.d.ts b/moment/moment.d.ts index 743384f1cb..430d20af26 100644 --- a/moment/moment.d.ts +++ b/moment/moment.d.ts @@ -121,6 +121,8 @@ interface Moment { isLeapYear(): boolean; zone(): number; + zone(b: number) Moment; + zone(b: string): Moment; daysInMonth(): number; isDST(): boolean;