UNPKG

@phensley/cldr-core

Version:
59 lines (58 loc) 1.09 kB
/** * A date in the Traditional Chinese calendar. * * type: chinese */ export declare class ChineseDate { } /** * A date in the Coptic calendar. * * type: coptic */ export declare class CopticDate { } /** * A date in the Ethiopic calendar, supporting era types: * * ethiopic Amete Mihret (epoch approx. 8 C.E.) * ethiopic-amete-alem Amete Alem (epoch approx. 5493 B.C.E) */ export declare class EthiopicDate { } /** * A date in the Traditional Hebrew calendar. * * type: hebrew */ export declare class HebrewDate { } /** * A date in the Indian calendar. */ export declare class IndianDate { } /** * A date in the Islamic calendar supporting the calculation types: * * islamic-civil Civil * islamic-tbla Tabular * islamic-rgsa Saudi Arabia sighting * islamic-ummalqura Umm al-Qura, */ export declare class IslamicDate { } /** * A date in the Traditional Korean calendar. * * type: dangi */ export declare class KoreanDate { } /** * A date in the Republic of China calendar. * * type: roc */ export declare class ROCDate { }