/** * 某月天数 * @returns */ export {}; declare global { interface Date { daysInMonth(): number; } }