UNPKG

breviarium

Version:

Typescript library that generates liturgical calendars and praying content of the Roman Rite of the Roman Catholic Church

6 lines (5 loc) 203 B
import { PrayerManagerInterface } from './prayer-manager-interface.ts'; export interface BreviariumInterface extends PrayerManagerInterface { getCurrentDate(): Date; setDate(date: Date): void; }