@hebcal/core
Version:
A perpetual Jewish Calendar API
19 lines (18 loc) • 592 B
TypeScript
import { HDate } from '@hebcal/hdate';
/**
* Yom HaShoah first observed in 1951.
* When the actual date of Yom Hashoah falls on a Friday, the
* state of Israel observes Yom Hashoah on the preceding
* Thursday. When it falls on a Sunday, Yom Hashoah is observed
* on the following Monday.
* http://www.ushmm.org/remembrance/dor/calendar/
* @private
* @param year
*/
export declare function dateYomHaShoah(year: number): HDate | null;
/**
* Yom HaAtzma'ut only celebrated after 1948
* @private
* @param year
*/
export declare function dateYomHaZikaron(year: number): HDate | null;