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

9 lines
222 B
TypeScript

/**
* Set year
*
* @param {Date} date - The original date
* @param {number} year - The year to set
* @returns {Date} The new date with the year set
*/
export declare function setYear(date: Date, year: number): Date;