UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

3 lines (2 loc) 139 B
import { RPGCalendarWeekday } from './types'; export declare const getDaysInWeekBuilder: (weekdays: RPGCalendarWeekday[]) => () => number;