UNPKG
serina
Version:
latest (2.0.0-alpha.3)
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.4
1.0.1
0.1.0
Natural Language Parser for date and time in Javascript
github.com/h-dong/serina
h-dong/serina
serina
/
dist
/
filters
/
weekday
/
weekday.constants.d.ts
16 lines
(15 loc)
•
341 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
declare const WEEKDAY: { WITH_FUTURE_PAST_WORDS: string; ANY: string; SINGLE: { MONDAY: string; TUESDAY: string; WEDNESDAY: string; THURSDAY: string; FRIDAY: string; SATURDAY: string; SUNDAY: string; }; PAST_WORDS: string; }; export default WEEKDAY;