Files
2026-06-10 12:38:42 -03:00

7 lines
240 B
TypeScript

import { DateType } from './_lib/types';
/**
* Return Gregorian object for the corresponding Hijri date.
* @throws {Error} when date is out of supported Hijri range.
*/
export declare function hijriToGregorian(date: DateType): DateType;