UNPKG
astrology-insights
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Astrology Insights for Applications.
github.com/adarshsrii/astrology
adarshsrii/astrology
astrology-insights
/
assets
/
constants.js
23 lines
(22 loc)
•
455 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module.exports
=
{
WEEKDAY_PERIODS:
{
Rahukaal:
{
Monday:
7
,
Tuesday:
6
,
Wednesday:
5
,
Thursday:
4
,
Friday:
3
,
Saturday:
2
,
Sunday:
1
, },
GulikaKalam:
{
Monday:
2
,
Tuesday:
7
,
Wednesday:
6
,
Thursday:
5
,
Friday:
4
,
Saturday:
3
,
Sunday:
8
, }, }, }
;