UNPKG
adhan-extended
Version:
latest (6.1.0)
6.1.0
6.0.0
5.0.2
5.0.1
5.0.0
High precision Islamic prayer time library (extended)
github.com/meypod/adhan-js
meypod/adhan-js
adhan-extended
/
lib
/
types
/
Madhab.d.ts
7 lines
(6 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ValueOf
}
from
'./TypeUtils'
;
export
declare
const
Madhab
: {
readonly
Shafi
:
"shafi"
;
readonly
Hanafi
:
"hanafi"
; };
export
declare
function
shadowLength
(
madhab
:
ValueOf
<
typeof
Madhab
>
):
1
|
2
;