breviarium
Version:
Typescript library that generates liturgical calendars and praying content of the Roman Rite of the Roman Catholic Church
9 lines (8 loc) • 300 B
TypeScript
import sunday from "./1.json";
import monday from "./2.json";
import tuesday from "./3.json";
import wednesday from "./4.json";
import thursday from "./5.json";
import friday from "./6.json";
import saturday from "./7.json";
export { sunday, monday, tuesday, wednesday, thursday, friday, saturday };