UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

3 lines (2 loc) 226 B
import { RPGCalendarMonth, RPGCalendarMonthQuery } from './types'; export declare const getPrevMonthYearBuilder: (hasYear0: boolean, months: RPGCalendarMonth[]) => (monthQuery: RPGCalendarMonthQuery) => RPGCalendarMonthQuery;