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) 280 B
export declare class Fu { private _name; private _index; constructor(name: string, index: number); getName(): string; setName(name: string): void; getIndex(): number; setIndex(index: number): void; toString(): string; toFullString(): string; }