UNPKG

@alliumlabs/panchanga-ts

Version:

A TypeScript library for Hindu calendar (Panchanga) calculations including tithis, nakshatras, and other astronomical elements

28 lines (27 loc) 482 B
declare const sanskritNames: { masas: { [key: number]: string; }; tithis: { [key: number]: string; }; nakshatras: { [key: number]: string; }; yogas: { [key: number]: string; }; karanas: { [key: number]: string; }; varas: { [key: number]: string; }; samvats: { [key: number]: string; }; ritus: { [key: number]: string; }; }; export default sanskritNames;