UNPKG

intl-date

Version:

Javascript library to represent and work with dates in different calendar systems (e.g. hijri, persian and others).

3 lines (2 loc) 169 B
declare type CalendarType = 'gregorian' | 'islamic' | 'islamic-umalqura' | 'islamic-rgsa' | 'islamic-civil' | 'islamic-tbla' | 'persian'; export default CalendarType;