UNPKG

@ishubhamx/panchangam-js

Version:

Enhanced Indian Panchangam (Hindu Calendar) library with comprehensive Vedic features including Muhurta calculations, planetary positions, Rashi placements, and auspicious/inauspicious time calculations

5 lines 399 B
import { Observer } from "astronomy-engine"; import { Panchangam, PanchangamDetails, PanchangamOptions } from "./types"; export declare function getPanchangam(date: Date, observer: Observer, options?: PanchangamOptions): Panchangam; export declare function getPanchangamDetails(date: Date, observer: Observer, options?: PanchangamOptions): PanchangamDetails; //# sourceMappingURL=panchangam.d.ts.map