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) 141 B
import { TableCommonName } from "./types"; export declare const findText: (tableName: TableCommonName, idToFind: number | string) => string;