UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

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