UNPKG

breviarium

Version:

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

3 lines (2 loc) 214 B
import { IntermediateSchemaOutput } from '../../prayer-manager-interface.ts'; export declare function mapper_intermediate(_dayCalendar: any, element: any, _selectedHour: any): IntermediateSchemaOutput | undefined;