UNPKG

astrology-insights

Version:

Comprehensive Vedic astrology engine for Node.js — Panchang, birth charts (Kundli), Vimshottari Dasha, divisional charts, dosha analysis, and planetary remedies. Swiss Ephemeris precision, validated against Drik Panchang.

13 lines (9 loc) 445 B
/** * Divisional Charts (Varga) — Public API */ export { calculateDivisionalChart } from './calculator'; export type { DivisionalPosition, DivisionalChart, PlanetInput } from './calculator'; export { SHODASHVARGA_CHARTS, getChartInfo } from './charts'; export type { VargaChartInfo } from './charts'; export { calculateShodashvarga } from './shodashvarga'; export type { ShodashvargaEntry, ShodashvargaChartScore } from './shodashvarga';