@marchingy/lunar
Version:
Chinese calendar with the 24 solar terms.
5 lines (4 loc) • 348 B
TypeScript
export { toPrecision, isNumberValue, coerceInteger, compareDate, sameDate } from './tool';
export * from './intl';
export { type ChineseDate, type OLunarDay, type OLunarMonth, type OLunarYear, countDaysOnYear, countNewMoons, getWinterSolstice, isNewMoon, isMissingMidTermMonth, isLeapMonth } from './lunar-calendar';
export * from './solar-terms';