UNPKG

viet-lunar-calendar

Version:

Helper tool to convert Gregorian date to Vietnamese Lunar Date (default timezone is GMT+7)

9 lines (8 loc) 213 B
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 {};