UNPKG

salat-first

Version:

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

31 lines (30 loc) 830 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShafiConfig = void 0; const index_1 = require("./index"); const shadow_1 = require("../core/shadow"); /** * Shafi madhab configuration */ exports.ShafiConfig = { /** * The madhab enum value */ madhab: index_1.Madhab.Shafi, /** * The shadow calculation method used for Asr */ shadowMethod: shadow_1.ShadowMethod.Standard, /** * Preferred calculation method */ preferredMethod: "MuslimWorldLeague", /** * Shadow length multiplier for Asr */ shadowLengthMultiplier: 1, /** * Description of the madhab */ description: "Shafi is one of the four major schools of Sunni Islamic law, prevalent in Southeast Asia, parts of the Middle East, and East Africa.", };