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
/
model.d.ts
9 lines
(8 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
type
NumObject
= { [
key
:
string
]:
any
; [
key
:
number
]:
any
; };
export
declare
const
STEMS
:
NumObject
;
export
declare
const
ZODIAC_BRANCHES
:
NumObject
;
export
declare
const
SOLAR_TERM
:
NumObject
;
export
{};