UNPKG

@alliumlabs/panchanga-ts

Version:

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

4 lines (3 loc) 209 B
import { PanchangaInput, PanchangaResponse } from "./models/types"; export declare function calculatePanchanga(input: PanchangaInput): Promise<PanchangaResponse>; export { PanchangaInput, PanchangaResponse };