UNPKG

astroreha-modified

Version:

Astrology Library to get Birth Chart and Navamsa Chart. Compatibility retrieval using the same.

10 lines (8 loc) 195 B
/** * Rashi is defined as the Moon Sign of the Birth Chart * @param {Object} birthChart */ function getRashi(birthChart) { return birthChart.meta.Mo.rashi; } module.exports = { getRashi };