UNPKG

salat-first

Version:

Islamic prayer times calculation with special support for Moroccan methods and Maliki madhab

10 lines (9 loc) 342 B
export * from "./core/coordinates"; export * from "./madhab"; export * from "./methods"; export * from "./prayers/times"; export * from "./prayers/calculator"; export * from "./prayers/sunnah"; export * from "./qibla/finder"; import { PrayerCalculator } from "./prayers/calculator"; export declare const PrayerTimes: typeof PrayerCalculator;