fortel-ziweidoushu
Version:
紫微斗數排盤 Zi Wei Dou Shu
9 lines • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CalendarType = void 0;
var CalendarType;
(function (CalendarType) {
CalendarType["LUNAR"] = "LUNAR";
CalendarType["SOLAR"] = "SOLAR";
})(CalendarType || (exports.CalendarType = CalendarType = {}));
//# sourceMappingURL=calender.js.map