电速宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456
  1. export declare function getMonthByOffset(date: Date, offset: number): Date;
  2. export declare function getYearByOffset(date: Date, offset: number): Date;
  3. export declare const getPrevMonth: (date: Date) => Date;
  4. export declare const getNextMonth: (date: Date) => Date;
  5. export declare const getPrevYear: (date: Date) => Date;
  6. export declare const getNextYear: (date: Date) => Date;