UNPKG

react-day-picker

Version:

Customizable Date Picker for React

10 lines (9 loc) 298 B
import { type EndOfWeekOptions } from "date-fns"; /** * End of week * * @param {Date} date - The original date * @param {EndOfWeekOptions} [options] - The options object * @returns {Date} The end of the week */ export declare function endOfWeek(date: Date, options?: EndOfWeekOptions): Date;