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
/
StemBranch.d.ts
7 lines
(6 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
StemBranch
= {
stemIndex
:
number
;
branchIndex
:
number
;
branchEmoji
?:
string
;
say
:
string
; };