UNPKG

@lion/calendar

Version:
9 lines (8 loc) 152 B
/** * Gives the first day of the next month * * @param {Date} date * * @returns {Date} */ export function getFirstDayNextMonth(date: Date): Date;