UNPKG

@hebcal/hdate

Version:

converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold

10 lines (9 loc) 283 B
export * from './greg'; export { greg } from './gregNamespace'; export * from './hdateBase'; export * from './anniversary'; export * from './gematriya'; export * from './pad'; export * from './dateFormat'; export * from './locale'; export { HDate, FlexibleTimeUnit } from './hdate';