Skip to content

Commit

Permalink
Add some missing class exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jan 1, 2025
1 parent b56c5bb commit 222cd8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export {GeoLocation, NOAACalculator} from '@hebcal/noaa';
export {Location} from './location';
export {Zmanim} from './zmanim';
export {TimedEvent, CandleLightingEvent, HavdalahEvent} from './TimedEvent';
export {FastDayEvent} from './candles';
export {FastDayEvent, TimedChanukahEvent} from './candles';
export {Molad, MoladEvent} from './molad';
export {OmerEvent} from './omer';
export {TachanunResult} from './tachanun';
Expand All @@ -26,12 +26,14 @@ export {ParshaEvent} from './ParshaEvent';
export {parshaYear} from './parshaYear';
export {
HolidayEvent,
ChanukahEvent,
AsaraBTevetEvent,
RoshChodeshEvent,
RoshHashanaEvent,
} from './HolidayEvent';
export {HolidayYearMap, getHolidaysOnDate} from './holidays';
export {MevarchimChodeshEvent} from './MevarchimChodeshEvent';
export {YomKippurKatanEvent} from './YomKippurKatanEvent';
export {holidayDesc} from './staticHolidays';
export {DailyLearning} from './DailyLearning';
export {HebrewCalendar} from './hebcal';

0 comments on commit 222cd8f

Please sign in to comment.