UNPKG

fortel-ziweidoushu

Version:
9 lines 327 B
"use strict"; 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