Merge pull request #7773 from stepancar/patch-9

updated moment definitions
This commit is contained in:
Horiuchi_H
2016-01-26 11:40:35 +09:00
+2
View File
@@ -648,7 +648,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;