Files
echo-nexus/node_modules/react-day-picker/dist/esm/ethiopic/lib/startOfYear.d.ts
T

8 lines
166 B
TypeScript

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