@hebcal/hdate
Version:
converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold
11 lines (10 loc) • 308 B
TypeScript
export * from './greg';
export { greg } from './gregNamespace';
export * from './hdateBase';
export * from './anniversary';
export * from './gematriya';
export * from './molad';
export * from './pad';
export * from './dateFormat';
export * from './locale';
export { HDate, FlexibleTimeUnit } from './hdate';