/** * 开始时间:00:00:00 * @returns */ export {}; declare global { interface Date { startOf(units?: string): Date; } }