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
/
esm
/
Coordinates.js
8 lines
(7 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
default
class
Coordinates
{
constructor
(
latitude, longitude
) {
this
.
latitude
= latitude;
this
.
longitude
= longitude; } }
//# sourceMappingURL=Coordinates.js.map