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

11 lines 516 B
import { Observer } from "astronomy-engine"; import { Kundli, KundliConfig } from "./types"; /** * Generates a Janam Kundli (Birth Chart) for a given date and location. * * @param date The Date object of birth (ensure timezone is handled correctly by caller or passed in UTC) * @param observer The Observer object (Location) * @param config Configuration options (optional) */ export declare function getKundli(date: Date, observer: Observer, config?: KundliConfig): Kundli; //# sourceMappingURL=index.d.ts.map