@hebcal/core
Version:
A perpetual Jewish Calendar API
10 lines (9 loc) • 365 B
TypeScript
import { Event } from './event';
/**
* Calculates weekly Torah Reading on Saturdays for entire year
* @param year Hebrew year
* @param il Israel (false for Diaspora)
* @returns an array of `ParshaEvent` occurring on Saturdays that contain a regular
* (non-holiday) Parashat HaShavua
*/
export declare function parshaYear(year: number, il: boolean): Event[];