[moment] Min and max use rest arguments

This commit is contained in:
Carlos Precioso
2015-10-13 12:53:03 +02:00
parent 14ab703f43
commit c8644a8b63
+2 -2
View File
@@ -453,8 +453,8 @@ declare module moment {
weekdaysMin(format: string): string[];
weekdaysMin(format: string, index: number): string;
min(moments: Moment[]): Moment;
max(moments: Moment[]): Moment;
min(...moments: Moment[]): Moment;
max(...moments: Moment[]): Moment;
normalizeUnits(unit: string): string;
relativeTimeThreshold(threshold: string): number|boolean;