UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

16 lines 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.calendars = void 0; const monthsWithExtraDays_1 = require("./harptos/monthsWithExtraDays"); const monthsWithExtraMonths_1 = require("./harptos/monthsWithExtraMonths"); exports.calendars = { harptos: { // The special days are presented as additional months (intercalation months) extraMonths: monthsWithExtraMonths_1.monthsWithExtraMonths, // The special days are presented as extra days at the end of the month preceding it. extraDays: monthsWithExtraDays_1.monthsWithExtraDays, // This is the default calendar for harptos. standard: monthsWithExtraDays_1.monthsWithExtraDays } }; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvY2FsZW5kYXJzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLHVFQUFvRTtBQUNwRSwyRUFBd0U7QUFFM0QsUUFBQSxTQUFTLEdBQUc7SUFDdkIsT0FBTyxFQUFFO1FBQ1AsNkVBQTZFO1FBQzdFLFdBQVcsRUFBRSw2Q0FBcUI7UUFFbEMscUZBQXFGO1FBQ3JGLFNBQVMsRUFBRSx5Q0FBbUI7UUFFOUIsNENBQTRDO1FBQzVDLFFBQVEsRUFBRSx5Q0FBbUI7S0FDOUI7Q0FDRixDQUFDIn0=