updated moment definitions

it is available to pass Moment[] to moment.min , moment.max
This commit is contained in:
Stepan Mikhaylyuk
2016-01-25 14:00:30 +03:00
parent 7b3d5a6ea5
commit a0d16bdaf9
+2
View File
@@ -510,7 +510,9 @@ declare module moment {
weekdaysMin(format: string, index: number): string;
min(...moments: Moment[]): Moment;
min(moments: Moment[]): Moment;
max(...moments: Moment[]): Moment;
max(moments: Moment[]): Moment;
normalizeUnits(unit: string): string;
relativeTimeThreshold(threshold: string): number | boolean;