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
JavaScript
;
/**
* 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',
];