rpg-calendar
Version:
Low level library for working with RPG/Fantasy dates
11 lines (10 loc) • 289 B
TypeScript
export * from './leapYear';
export * from './yearName';
export * from './daysInYear';
export * from './daysInMonth';
export * from './daysInWeek';
export * from './prevMonth';
export * from './nextMonth';
export * from './extraDay';
export * from './nextYear';
export * from './prevYear';