/** * 获得某日期相隔多少月的日期 * @param month * @returns {*} */ export {}; declare global { interface Date { intervalMonth(month?: number): Date; } }