UNPKG

jewish-calendar

Version:

A comprehensive Jewish Calendar library for date conversion and calculations

10 lines (9 loc) 243 B
import { Molad } from './molad'; export declare class RoshChodesh { private year; private month; protected molad: Molad; constructor(year: number, month: number); private monthsElapsedFromCreation; getMolad(): Molad; }