UNPKG

@hebcal/leyning

Version:

Torah Reading API for Parashat HaShavua and holidays

13 lines (12 loc) 878 B
/*! @hebcal/leyning v9.2.5 */ import './locale.js'; export { BOOK, NUM_VERSES, addVerses, calculateNumVerses, formatAliyahShort, formatAliyahWithBook, parshaToString, subtractVerses } from './common.js'; export { makeLeyningParts, makeLeyningSummary, makeSummaryFromParts } from './summary.js'; export { hasFestival, lookupFestival } from './festival.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';