luxon-hijri/src/utils.ts
Aric Camarata 20dc36541b feat: v2.1.0 - delegate engine to hijri-core
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.
2026-02-25 15:26:28 -05:00

2 lines
84 B
TypeScript

// utils.ts: delegates to hijri-core
export { isValidHijriDate } from 'hijri-core';