UNPKG

islamic-library

Version:

An NPM library providing Adkar and prayer times for Islamic applications.

6 lines (4 loc) 125 B
const { fetchPrayerTimes } = require('./prayerTimesService'); module.exports = { getPrayerTimes: fetchPrayerTimes };