UNPKG

breviarium

Version:

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

4 lines (3 loc) 296 B
import { LiturgicalCalendar, LiturgicalDay } from '../../node_modules/romcal/rites/roman1969/dist/esm/romcal.js'; export declare function perpetualCalendar(year: number): Promise<LiturgicalCalendar | undefined>; export declare function searchDay(date?: Date): Promise<LiturgicalDay | undefined>;