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
/
timeKeywords
/
timeKeywords.constants.d.ts
7 lines
(6 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
TIME_KEYWORDS
: {
WITH_FILLER_WORDS
:
string
;
MID_NIGHT
:
string
;
MID_DAY
:
string
; };
export
default
TIME_KEYWORDS
;