UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines (7 loc) 160 B
/** * End of year * * @param {Date} date - The original date * @returns {Date} The end of the year */ export declare function endOfYear(date: Date): Date;