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

10 lines 468 B
import { Bhava } from "./types"; /** * Calculates the House (Bhava) cusps and spans based on the given system. * * @param ascendantLongitude Sidereal longitude of the Ascendant (Lagna) in degrees (0-360). * @param system 'whole_sign' | 'equal_house' (Default: 'whole_sign') * @returns Array of 12 Bhava objects. */ export declare function getHouses(ascendantLongitude: number, system?: 'whole_sign' | 'equal_house'): Bhava[]; //# sourceMappingURL=houses.d.ts.map