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

46 lines 1.71 kB
export declare const repeatingKaranaNames: string[]; export declare const fixedKaranaNames: string[]; export declare const karanaNames: string[]; export declare const yogaNames: string[]; export declare const tithiNames: string[]; export declare const nakshatraNames: string[]; export declare const rashiNames: string[]; export declare const horaRulers: string[]; export declare const masaNames: string[]; export declare const rituNames: string[]; export declare const ayanaNames: string[]; export declare const dayNames: string[]; export declare const pakshaNames: string[]; export declare const samvatsaraNames: string[]; export declare const sankrantiNames: string[]; export declare const varjyamStartGhatis: (number | number[])[]; export declare const amritKalamStartGhatis: number[]; export declare const vimshottariLords: string[]; export declare const vimshottariDurations: number[]; export declare const planetExaltation: Record<string, number>; export declare const planetDebilitation: Record<string, number>; export declare const planetOwnSigns: Record<string, number[]>; export declare const SOLAR_FESTIVALS: Record<number, Array<{ name: string; type: 'single' | 'span'; spanDays?: number; dayNames?: string[]; regional?: string[]; description?: string; }>>; export declare const SANKRANTI_NAMES: string[]; /** * Multi-Day Festival Spans Configuration * * These festivals span multiple consecutive Tithis. */ export declare const MULTI_DAY_FESTIVALS: Record<string, { name: string; masaIndex: number; startTithi: number; endTithi: number; spanDays: number; dailyNames: string[]; description: string; }>; //# sourceMappingURL=constants.d.ts.map