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.

11 lines (10 loc) 313 B
"use strict"; /** * Birth Chart (Kundli) Types * All TypeScript interfaces for birth chart calculations. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ALL_GRAHAS = void 0; exports.ALL_GRAHAS = [ 'Sun', 'Moon', 'Mars', 'Mercury', 'Jupiter', 'Venus', 'Saturn', 'Rahu', 'Ketu', ];