diff --git a/moment/moment.d.ts b/moment/moment.d.ts index 918c76bdb..3dffe3640 100644 --- a/moment/moment.d.ts +++ b/moment/moment.d.ts @@ -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;