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

7 lines
244 B
TypeScript

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