/** * 日期是当年第几周 * @returns */ export {}; declare global { interface Date { weekInYear(): number; } }