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

9 lines 416 B
import { VargaChart } from "./types"; export declare function getNavamsaSign(longitude: number): number; export declare function getAllVargas(ascendantLength: number, planets: Record<string, { longitude: number; }>): Record<string, VargaChart>; export declare function getNavamsaChart(ascendantLength: number, planets: Record<string, { longitude: number; }>): VargaChart; //# sourceMappingURL=vargas.d.ts.map