UNPKG

lunar-typescript-optimize

Version:

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

17 lines (16 loc) 426 B
import { TaoFestival } from './TaoFestival'; export declare class TaoUtil { static FESTIVAL_DAYS: string[]; static SEASONAL_DAYS: string[]; static TRADITIONAL_DAYS: string[]; static LUNAR_POSITIONS: string[]; static SEASONAL_TERMS: { [key: string]: string; }; static SOLAR_TERMS: { [key: string]: string; }; static FESTIVAL: { [key: string]: TaoFestival[]; }; }