UNPKG

rpg-calendar

Version:

Low level library for working with RPG/Fantasy dates

3 lines (2 loc) 134 B
import { RPGCalendarTime } from './types'; export declare const getTimeString: ({ hour, minute, second }: RPGCalendarTime) => string;