UNPKG

@alliumlabs/panchanga-ts

Version:

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

4 lines (3 loc) 204 B
import { AstroTime, Observer } from "astronomy-engine"; import { YogaResult } from "../models/types"; export declare function computeYoga(sunriseTime: AstroTime, observer: Observer): Promise<YogaResult>;