UNPKG
viet-lunar-calendar
Version:
latest (1.0.9)
1.0.9
1.0.7
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
Helper tool to convert Gregorian date to Vietnamese Lunar Date (default timezone is GMT+7)
viet-lunar-calendar
/
dist
/
CustomType
/
ZodiacHour.d.ts
9 lines
(8 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
ZodiacHour
= {
presentFrom
:
number
;
presentTo
:
number
;
stemIndex
:
number
;
branchIndex
:
number
;
say
:
string
;
goldenHour
:
boolean
; };