UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

3 lines (2 loc) 200 B
import { RPGCalendarMonth } from './types'; export declare const getDaysInMonthBuilder: (months: RPGCalendarMonth[], isLeapYear: (year: number) => boolean) => (month: number, year: number) => number;