UNPKG

adhan-extended

Version:

High precision Islamic prayer time library (extended)

19 lines (18 loc) 690 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Shafaq = void 0; // 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. var 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' }; exports.Shafaq = Shafaq; //# sourceMappingURL=Shafaq.js.map