UNPKG

@marchingy/lunar

Version:

Chinese calendar with the 24 solar terms.

9 lines (8 loc) 372 B
import { SolarTerm } from "./solar-terms"; /** * @description China standard position, 120 E. */ export declare const CH_STANDARD_POSITION: GeoJSON.Position; export declare function setIntl(source: Map<number, SolarTerm>, lang: Array<string>): void; export declare const SOLAR_TERMS_ZH: ReadonlyArray<string>; export declare const SOLAR_TERMS_EN: ReadonlyArray<string>;