UNPKG

muwaqqit

Version:

A powerful and flexible TypeScript library for calculating Islamic prayer times based on location, with customizable settings.

3 lines (2 loc) 165 B
import { PrayerTimesOptions, PrayerTimings } from "./types"; export declare function fetchPrayerTimes(opts: PrayerTimesOptions, date: Date): Promise<PrayerTimings>;