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
/
lib
/
date
/
types.d.ts
2 lines
(1 loc)
•
122 B
TypeScript
View Raw
1
2
export
type
DayLiteUnits =
'millisecond'
|
'second'
|
'minute'
|
'hour'
|
'day'
|
'week'
|
'weekday'
|
'month'
|
'year'
;