UEA-Prodem
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user