UNPKG

@alliumlabs/panchanga-ts

Version:

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

8 lines (7 loc) 176 B
export * from './tithi'; export * from './nakshatra'; export * from './yoga'; export * from './karana'; export * from './time'; export * from './masa'; export * from './year';