API Reference / ashtottariAt · function
Function: ashtottariAt()
function ashtottariAt(
engine,
natalJd,
targetJd,
zodiac?,
yearLength?): {
moon_nakshatra: string;
start_lord: string;
} & Partial<AshtottariActive>;
Ashtottari dasha active at targetJd, from the natal Moon's nakshatra.
Parameters
| Parameter | Type | Default value |
|---|---|---|
engine | Engine | undefined |
natalJd | number | undefined |
targetJd | number | undefined |
zodiac | Zodiac | "sidereal:lahiri" |
yearLength | number | DASHA_YEAR |
Returns
{
moon_nakshatra: string;
start_lord: string;
} & Partial<AshtottariActive>