UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines (7 loc) 169 B
/** * Start of month * * @param {Date} date - The original date * @returns {Date} The start of the month */ export declare function startOfMonth(date: Date): Date;