UNPKG

lunar-typescript-optimize

Version:

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

10 lines (9 loc) 243 B
export declare class TaoFestival { private readonly _name; private readonly _remark; constructor(name: string, remark?: string); getName(): string; getRemark(): string; toString(): string; toFullString(): string; }