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
/
cjs
/
Rounding.js
13 lines
(12 loc)
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Rounding
=
void
0
;
var
Rounding
= {
Nearest
:
'nearest'
,
Up
:
'up'
,
None
:
'none'
};
exports
.
Rounding
=
Rounding
;
//# sourceMappingURL=Rounding.js.map