File tree Expand file tree Collapse file tree 1 file changed +35
-35
lines changed
lib/node_modules/@stdlib/time/day-of-year/lib Expand file tree Collapse file tree 1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "1" : 1 ,
3
- "jan" : 1 ,
4
- "january" : 1 ,
5
- "2" : 2 ,
6
- "feb" : 2 ,
7
- "february" : 2 ,
8
- "3" : 3 ,
9
- "mar" : 3 ,
10
- "march" : 3 ,
11
- "4" : 4 ,
12
- "apr" : 4 ,
13
- "april" : 4 ,
14
- "5" : 5 ,
15
- "may" : 5 ,
16
- "6" : 6 ,
17
- "jun" : 6 ,
18
- "june" : 6 ,
19
- "7" : 7 ,
20
- "jul" : 7 ,
21
- "july" : 7 ,
22
- "8" : 8 ,
23
- "aug" : 8 ,
24
- "august" : 8 ,
25
- "9" : 9 ,
26
- "sep" : 9 ,
27
- "september" : 9 ,
28
- "10" : 10 ,
29
- "oct" : 10 ,
30
- "october" : 10 ,
31
- "11" : 11 ,
32
- "nov" : 11 ,
33
- "november" : 11 ,
34
- "12" : 12 ,
35
- "dec" : 12 ,
36
- "december" : 12
2
+ "1" : 1 ,
3
+ "jan" : 1 ,
4
+ "january" : 1 ,
5
+ "2" : 2 ,
6
+ "feb" : 2 ,
7
+ "february" : 2 ,
8
+ "3" : 3 ,
9
+ "mar" : 3 ,
10
+ "march" : 3 ,
11
+ "4" : 4 ,
12
+ "apr" : 4 ,
13
+ "april" : 4 ,
14
+ "5" : 5 ,
15
+ "may" : 5 ,
16
+ "6" : 6 ,
17
+ "jun" : 6 ,
18
+ "june" : 6 ,
19
+ "7" : 7 ,
20
+ "jul" : 7 ,
21
+ "july" : 7 ,
22
+ "8" : 8 ,
23
+ "aug" : 8 ,
24
+ "august" : 8 ,
25
+ "9" : 9 ,
26
+ "sep" : 9 ,
27
+ "september" : 9 ,
28
+ "10" : 10 ,
29
+ "oct" : 10 ,
30
+ "october" : 10 ,
31
+ "11" : 11 ,
32
+ "nov" : 11 ,
33
+ "november" : 11 ,
34
+ "12" : 12 ,
35
+ "dec" : 12 ,
36
+ "december" : 12
37
37
}
You can’t perform that action at this time.
0 commit comments