@hebcal/leyning
Version:
Torah Reading API for Parashat HaShavua and holidays
15 lines (14 loc) • 942 B
JavaScript
/*! @hebcal/leyning v9.5.4 */
import './locale.js';
export { formatAliyahShort } from './format.js';
export { BOOK, NUM_VERSES, addVerses, calculateNumVerses, formatAliyahWithBook, parshaToString, subtractVerses } from './common.js';
export { hasFestival, lookupFestival } from './festival.js';
export { makeLeyningParts, makeLeyningSummary, makeSummaryFromParts } from './summary.js';
export { getLeyningKeyForEvent } from './getLeyningKeyForEvent.js';
export { specialReadings2 } from './specialReadings.js';
export { getLeyningForHoliday, getLeyningForHolidayKey } from './getLeyningForHoliday.js';
export { getLeyningForParsha, getLeyningForParshaHaShavua, getWeekdayReading, lookupParsha, makeLeyningNames } from './leyning.js';
export { getLeyningOnDate } from './getLeyningOnDate.js';
export { clone, cloneHaftara, sumVerses } from './clone.js';
export { Locale } from '@hebcal/core/dist/esm/locale';
//# sourceMappingURL=index.js.map