Files
avz-site/node_modules/react-day-picker/dist/cjs/ethiopic/lib/startOfMonth.d.ts
T
2026-05-30 19:59:39 -03:00

8 lines
169 B
TypeScript

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