UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

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