diff --git a/moment/moment.d.ts b/moment/moment.d.ts index 3dffe3640..bc36f498d 100644 --- a/moment/moment.d.ts +++ b/moment/moment.d.ts @@ -285,11 +285,11 @@ interface MomentStatic { parseZone(date: string): Moment; // These return either string or string[] - months(format?: string, index?: number); - monthsShort(format?: string, index?: number); - weekdays(format?: string, index?: number); - weekdaysShort(format?: string, index?: number); - weekdaysMin(format?: string, index?: number); + months(format?: string, index?: number): any; + monthsShort(format?: string, index?: number): any; + weekdays(format?: string, index?: number): any; + weekdaysShort(format?: string, index?: number): any; + weekdaysMin(format?: string, index?: number): any; normalizeUnits(unit: string): string;