@ishubhamx/panchangam-js
Version:
Indian Panchangam (Hindu Calendar) library for calculating Tithi, Nakshatra, Yoga, Karana, and Vara using Swiss Ephemeris
14 lines • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.nakshatraNames = exports.tithiNames = exports.yogaNames = exports.karanaNames = exports.getPanchangamDetails = exports.getPanchangam = void 0;
// Main exports for the panchangam-js package
var panchangam_1 = require("./panchangam");
Object.defineProperty(exports, "getPanchangam", { enumerable: true, get: function () { return panchangam_1.getPanchangam; } });
Object.defineProperty(exports, "getPanchangamDetails", { enumerable: true, get: function () { return panchangam_1.getPanchangamDetails; } });
// Re-export constants
var panchangam_2 = require("./panchangam");
Object.defineProperty(exports, "karanaNames", { enumerable: true, get: function () { return panchangam_2.karanaNames; } });
Object.defineProperty(exports, "yogaNames", { enumerable: true, get: function () { return panchangam_2.yogaNames; } });
Object.defineProperty(exports, "tithiNames", { enumerable: true, get: function () { return panchangam_2.tithiNames; } });
Object.defineProperty(exports, "nakshatraNames", { enumerable: true, get: function () { return panchangam_2.nakshatraNames; } });
//# sourceMappingURL=index.js.map