mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-07-01 03:04:30 +00:00
Extract conversion logic to hijri-core. All Hijri algorithms now live in that package and are re-exported with identical signatures. Fix weekday, era, and time token bugs. Dual CJS/ESM build. Full test suite. CI and wiki workflows. Zero breaking API changes.
2 lines
84 B
TypeScript
2 lines
84 B
TypeScript
// utils.ts: delegates to hijri-core
|
|
export { isValidHijriDate } from 'hijri-core';
|