UNPKG

jewish-calendar

Version:

A comprehensive Jewish Calendar library for date conversion and calculations

10 lines (9 loc) 240 B
export declare class JewishDate { private year; private month; private day; constructor(year: number, month: number, day: number); static fromGregorian(date: Date): void; toGregorian(): void; toString(): void; }