UNPKG

@lion/calendar

Version:
9 lines (8 loc) 158 B
/** * Gives the last day of the previous month * * @param {Date} date * * @returns {Date} */ export function getLastDayPreviousMonth(date: Date): Date;