UNPKG

lunar-typescript-optimize

Version:

A TypeScript library for Solar and Chinese Lunar calendar calculations, with optimized build and browser compatibility

12 lines (11 loc) 300 B
import { LiuNian } from './LiuNian'; export declare class LiuYue { private readonly _index; private _liuNian; constructor(liuNian: LiuNian, index: number); getIndex(): number; getMonthInChinese(): string; getGanZhi(): string; getXun(): string; getXunKong(): string; }