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
/
Rounding.d.ts
6 lines
(5 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
Rounding
: {
readonly
Nearest
:
"nearest"
;
readonly
Up
:
"up"
;
readonly
None
:
"none"
; };