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

8 lines
228 B
TypeScript

/**
* Checks if a given Ethiopic year is a leap year.
*
* @param year - The Ethiopic year.
* @returns True if the year is a leap year; otherwise, false.
*/
export declare function isEthiopicLeapYear(year: number): boolean;