UNPKG

adhan-extended

Version:

High precision Islamic prayer time library (extended)

12 lines 569 B
// Shafaq is the twilight in the sky. Different madhabs define the appearance of // twilight differently. These values are used by the MoonsightingComittee method // for the different ways to calculate Isha. export const Shafaq = { // General is a combination of Ahmer and Abyad. General: 'general', // Ahmer means the twilight is the red glow in the sky. Used by the Shafi, Maliki, and Hanbali madhabs. Ahmer: 'ahmer', // Abyad means the twilight is the white glow in the sky. Used by the Hanafi madhab. Abyad: 'abyad' }; //# sourceMappingURL=Shafaq.js.map