UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

3 lines (2 loc) 181 B
import { RPGCalendarMonthQuery } from './types'; export declare const getNextYearBuilder: (hasYear0?: boolean) => ({ month, year }: RPGCalendarMonthQuery) => RPGCalendarMonthQuery;