UNPKG

@marchingy/lunar

Version:

Chinese calendar with the 24 solar terms.

5 lines (4 loc) 279 B
export { toPrecision, isNumberValue, coerceInteger, compareDate, sameDate } from './tool'; export * from './intl'; export { countDaysOnYear, countNewMoons, getWinterSolstice, isNewMoon, isMissingMidTermMonth, isLeapMonth } from './lunar-calendar'; export * from './solar-terms';