UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

13 lines 1.1 kB
import { monthsWithExtraDays } from './harptos/monthsWithExtraDays'; import { monthsWithExtraMonths } from './harptos/monthsWithExtraMonths'; export const calendars = { harptos: { // The special days are presented as additional months (intercalation months) extraMonths: monthsWithExtraMonths, // The special days are presented as extra days at the end of the month preceding it. extraDays: monthsWithExtraDays, // This is the default calendar for harptos. standard: monthsWithExtraDays } }; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvY2FsZW5kYXJzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQ3BFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBRXhFLE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FBRztJQUN2QixPQUFPLEVBQUU7UUFDUCw2RUFBNkU7UUFDN0UsV0FBVyxFQUFFLHFCQUFxQjtRQUVsQyxxRkFBcUY7UUFDckYsU0FBUyxFQUFFLG1CQUFtQjtRQUU5Qiw0Q0FBNEM7UUFDNUMsUUFBUSxFQUFFLG1CQUFtQjtLQUM5QjtDQUNGLENBQUMifQ==