moment: added min

This commit is contained in:
Aaron King
2013-11-13 21:49:56 -05:00
parent ef5c990573
commit 5bbd4398c4
+7
View File
@@ -173,6 +173,13 @@ interface Moment {
max(date: string, format: string): Moment;
max(clone: Moment): Moment;
min(date: Date): Moment;
min(date: number): Moment;
min(date: Array): Moment;
min(date: string): Moment;
min(date: string, format: string): Moment;
min(clone: Moment): Moment;
get(unit: string): number;
set(unit: string, value: number): Moment;