UNPKG

luxon-hijri

Version:

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

2 lines (1 loc) 86 B
export declare function toGregorian(hy: number, hm: number, hd: number): Date | null;