UNPKG
tutorbook
Version:
latest (0.8.2)
0.8.2
0.7.9
Web app connecting students with expert mentors and tutors.
tutorbook.org
tutorbookapp/tutorbook
tutorbook
/
src
/
model
/
constants.ts
11 lines
(10 loc)
•
197 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* eslint-disable-
next
-line import/prefer-
default
-export */ export
const
DAYS:
Readonly
<
string
[]> = [
'Sunday',
'Monday',
'Tuesday',
'Wednesday',
'Thursday',
'Friday',
'Saturday',
];