UNPKG

luxon-hijri

Version:

A Hijri date converter based on the Umm al-Qura calendar system, using Luxon for date manipulations.

8 lines (7 loc) 333 B
export { formatPatterns } from './formatPatterns'; export { hDatesTable, hDates } from './hDates'; export { hmLong, hmMedium, hmShort } from './hMonths'; export { toGregorian } from './toGregorian'; export { toHijri } from './toHijri'; export { formatHijriDate } from './formatHijriDate'; export { isValidHijriDate } from './utils';